summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-08-20 14:15:55 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-08-20 14:15:55 +0200
commit2befc22b26d27c6b1931f5fb192c1888535c8bb1 (patch)
tree82a642c820967c8dabde8bfd37287154828dd106
parent9ddba91b94b71680d56ccea1f7b54adf3b8cc949 (diff)
downloadorg-mode-2befc22b26d27c6b1931f5fb192c1888535c8bb1.tar.gz
org-manual: Fix zero width space example
* doc/org-manual.org (Escape Character): Fix zero width space example. Link syntax tolerates white spaces anywhere within the square brackets, so the example would still be a valid link.
-rw-r--r--doc/org-manual.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index ac990b8..f283998 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -18908,7 +18908,7 @@ width space. You can insert one with any of the following:
For example, in order to write =[[1,2]]= as-is in your document, you
may write instead
-: [[X1,2]]
+: [X[1,2]]
where =X= denotes the zero width space character.