Browse Source

Merge branch 'maint'

Nicolas Goaziou 5 years ago
parent
commit
c60a7afea1
1 changed files with 5 additions and 4 deletions
  1. 5 4
      doc/org-manual.org

+ 5 - 4
doc/org-manual.org

@@ -18947,10 +18947,11 @@ using it on a headline displays "Document Structure" section.
 #+cindex: zero width space
 #+cindex: zero width space
 You may sometimes want to write text that looks like Org syntax, but
 You may sometimes want to write text that looks like Org syntax, but
 should really read as plain text.  Org may use a specific escape
 should really read as plain text.  Org may use a specific escape
-character in some situations, e.g., a backslash in macros (see [[*Macro
-Replacement]]) or a comma in source and example blocks (see [[*Literal
-Examples]]).  In the general case, however, we suggest to use the zero
-width space.  You can insert one with any of the following:
+character in some situations, i.e., a backslash in macros (see [[*Macro
+Replacement]]) and links (see [[*Link Format]]), or a comma in source and
+example blocks (see [[*Literal Examples]]).  In the general case, however,
+we suggest to use the zero width space.  You can insert one with any
+of the following:
 
 
 : C-x 8 <RET> zero width space <RET>
 : C-x 8 <RET> zero width space <RET>
 : C-x 8 <RET> 200B <RET>
 : C-x 8 <RET> 200B <RET>