Просмотр исходного кода

Fix docstring of export functions: HIDDEN parameter is obsolete

Carsten Dominik 16 лет назад
Родитель
Сommit
d80faba613
3 измененных файлов с 5 добавлено и 4 удалено
  1. 1 1
      lisp/org-docbook.el
  2. 1 1
      lisp/org-html.el
  3. 3 2
      lisp/org-latex.el

+ 1 - 1
lisp/org-docbook.el

@@ -369,7 +369,7 @@ in a window.  A non-interactive call will only return the buffer."
 					to-buffer body-only pub-dir)
   "Export the current buffer as a DocBook file.
 If there is an active region, export only the region.  When
-HIDDEN is non-nil, don't display the HTML buffer.  EXT-PLIST is a
+HIDDEN is obsolete and does nothing.  EXT-PLIST is a
 property list with external parameters overriding org-mode's
 default settings, but still inferior to file-local settings.
 When TO-BUFFER is non-nil, create a buffer with that name and

+ 1 - 1
lisp/org-html.el

@@ -459,7 +459,7 @@ in a window.  A non-interactive call will only return the buffer."
 If there is an active region, export only the region.  The prefix
 ARG specifies how many levels of the outline should become
 headlines.  The default is 3.  Lower levels will become bulleted
-lists.  When HIDDEN is non-nil, don't display the HTML buffer.
+lists.  HIDDEN is obsolete and does nothing.
 EXT-PLIST is a property list with external parameters overriding
 org-mode's default settings, but still inferior to file-local
 settings.  When TO-BUFFER is non-nil, create a buffer with that

+ 3 - 2
lisp/org-latex.el

@@ -431,8 +431,9 @@ If there is an active region, export only the region.  The prefix
 ARG specifies how many levels of the outline should become
 headlines.  The default is 3.  Lower levels will be exported
 depending on `org-export-latex-low-levels'.  The default is to
-convert them as description lists.  When HIDDEN is non-nil, don't
-display the LaTeX buffer.  EXT-PLIST is a property list with
+convert them as description lists.
+HIDDEN is obsolete and does nothing.
+EXT-PLIST is a property list with
 external parameters overriding org-mode's default settings, but
 still inferior to file-local settings.  When TO-BUFFER is
 non-nil, create a buffer with that name and export to that