Browse Source

Merge branch 'maint'

Conflicts:
	doc/org.texi
Nicolas Goaziou 11 years ago
parent
commit
c00379dc77
2 changed files with 8 additions and 8 deletions
  1. 3 3
      doc/org.texi
  2. 5 5
      doc/orgguide.texi

+ 3 - 3
doc/org.texi

@@ -9961,9 +9961,9 @@ include your @file{.emacs} file, you could use:
 @end example
 @end example
 
 
 @noindent
 @noindent
-The optional second and third parameter are the markup (e.g., @samp{quote},
-@samp{example}, or @samp{src}), and, if the markup is @samp{src}, the
-language for formatting the contents.
+The optional second and third parameter are the markup (i.e., @samp{example}
+or @samp{src}), and, if the markup is @samp{src}, the language for formatting
+the contents.
 
 
 If no markup is given, the text will be assumed to be in Org mode format and
 If no markup is given, the text will be assumed to be in Org mode format and
 will be processed normally.  However, footnote labels (@pxref{Footnotes}) in
 will be processed normally.  However, footnote labels (@pxref{Footnotes}) in

+ 5 - 5
doc/orgguide.texi

@@ -2261,11 +2261,11 @@ include your @file{.emacs} file, you could use:
 #+INCLUDE: "~/.emacs" src emacs-lisp
 #+INCLUDE: "~/.emacs" src emacs-lisp
 @end smallexample
 @end smallexample
 @noindent
 @noindent
-The optional second and third parameter are the markup (e.g.@: @samp{quote},
-@samp{example}, or @samp{src}), and, if the markup is @samp{src}, the
-language for formatting the contents.  The markup is optional, if it is not
-given, the text will be assumed to be in Org mode format and will be
-processed normally. @kbd{C-c '} will visit the included file.
+The optional second and third parameter are the markup (i.e., @samp{example}
+or @samp{src}), and, if the markup is @samp{src}, the language for formatting
+the contents.  The markup is optional, if it is not given, the text will be
+assumed to be in Org mode format and will be processed normally. @kbd{C-c '}
+will visit the included file.
 
 
 @node Embedded @LaTeX{},  , Include files, Markup
 @node Embedded @LaTeX{},  , Include files, Markup
 @section Embedded @LaTeX{}
 @section Embedded @LaTeX{}