0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-22 10:10:42 +00:00

(org-hidden-keywords): Fix docstring.

This commit is contained in:
Bastien Guerry 2011-02-02 16:29:56 +01:00
parent 16b408bd06
commit 7b72c57e15

View file

@ -3316,10 +3316,9 @@ lines to the buffer:
:type 'boolean)
(defcustom org-hidden-keywords nil
"List of keywords that should be hidden when typed in the org buffer.
For example, add #+TITLE to this list in order to make the
document title appear in the buffer without the initial #+TITLE:
keyword."
"List of symbols corresponding to keywords to be hidden the org buffer.
For example, a value '(title) for this list will make the document's title
appear in the buffer without the initial #+TITLE: keyword."
:group 'org-appearance
:type '(set (const :tag "#+AUTHOR" author)
(const :tag "#+DATE" date)