소스 검색

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.
Nicolas Goaziou 6 년 전
부모
커밋
2befc22b26
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/org-manual.org

+ 1 - 1
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.