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,15 +3316,14 @@ lines to the buffer:
:type 'boolean) :type 'boolean)
(defcustom org-hidden-keywords nil (defcustom org-hidden-keywords nil
"List of keywords that should be hidden when typed in the org buffer. "List of symbols corresponding to keywords to be hidden the org buffer.
For example, add #+TITLE to this list in order to make the For example, a value '(title) for this list will make the document's title
document title appear in the buffer without the initial #+TITLE: appear in the buffer without the initial #+TITLE: keyword."
keyword."
:group 'org-appearance :group 'org-appearance
:type '(set (const :tag "#+AUTHOR" author) :type '(set (const :tag "#+AUTHOR" author)
(const :tag "#+DATE" date) (const :tag "#+DATE" date)
(const :tag "#+EMAIL" email) (const :tag "#+EMAIL" email)
(const :tag "#+TITLE" title))) (const :tag "#+TITLE" title)))
(defcustom org-fontify-done-headline nil (defcustom org-fontify-done-headline nil
"Non-nil means change the face of a headline if it is marked DONE. "Non-nil means change the face of a headline if it is marked DONE.