Browse Source

org-manual: Fix some typos and add a missing index entry

* doc/org-manual.org (Paragraphs): Fix markup typo.  Add missing "line
  breaks" index entry.
(Captions): Use plural form for index entry, as other occurrences in
the document.
(Literal Examples): Use "markup rules" instead of "markup", as other
occurrences in the document.
Nicolas Goaziou 7 years ago
parent
commit
dc41eb2bdc
1 changed files with 7 additions and 6 deletions
  1. 7 6
      doc/org-manual.org

+ 7 - 6
doc/org-manual.org

@@ -10578,12 +10578,13 @@ section summarizes the markup rules used in an Org mode buffer.
 :PROPERTIES:
 :PROPERTIES:
 :DESCRIPTION: The basic unit of text.
 :DESCRIPTION: The basic unit of text.
 :END:
 :END:
-#+cindex: paragraphs, markup rules
 
 
+#+cindex: paragraphs, markup rules
 Paragraphs are separated by at least one empty line.  If you need to
 Paragraphs are separated by at least one empty line.  If you need to
-enforce a line break within a paragraph, use ~\\~ at the end of
+enforce a line break within a paragraph, use =\\= at the end of
 a line.
 a line.
 
 
+#+cindex: line breaks, markup rules
 To preserve the line breaks, indentation and blank lines in a region,
 To preserve the line breaks, indentation and blank lines in a region,
 but otherwise use normal formatting, you can use this construct, which
 but otherwise use normal formatting, you can use this construct, which
 can also be used to format poetry.
 can also be used to format poetry.
@@ -10917,8 +10918,8 @@ more details see the documentation of CDLaTeX mode):
 :PROPERTIES:
 :PROPERTIES:
 :DESCRIPTION: Source code examples with special formatting.
 :DESCRIPTION: Source code examples with special formatting.
 :END:
 :END:
-#+cindex: literal examples, markup
-#+cindex: code line references, markup
+#+cindex: literal examples, markup rules
+#+cindex: code line references, markup rules
 
 
 You can include literal examples that should not be subjected to
 You can include literal examples that should not be subjected to
 markup.  Such examples are typeset in monospace, so this is well
 markup.  Such examples are typeset in monospace, so this is well
@@ -11085,7 +11086,7 @@ command:
 :PROPERTIES:
 :PROPERTIES:
 :DESCRIPTION: Describe tables, images...
 :DESCRIPTION: Describe tables, images...
 :END:
 :END:
-#+cindex: caption, markup rules
+#+cindex: captions, markup rules
 #+cindex: @samp{CAPTION}, keyword
 #+cindex: @samp{CAPTION}, keyword
 
 
 You can assign a caption to a specific part of a document by inserting
 You can assign a caption to a specific part of a document by inserting
@@ -11110,8 +11111,8 @@ export back-end, those may or may not be handled.
 :PROPERTIES:
 :PROPERTIES:
 :DESCRIPTION: Make a line.
 :DESCRIPTION: Make a line.
 :END:
 :END:
-#+cindex: horizontal rules, markup rules
 
 
+#+cindex: horizontal rules, markup rules
 A line consisting of only dashes, and at least 5 of them, is exported
 A line consisting of only dashes, and at least 5 of them, is exported
 as a horizontal line.
 as a horizontal line.