org-startup-options: Fix docstring typo
* lisp/org.el (org-startup-options): Fix docstring typo.
This commit is contained in:
parent
5dc375434c
commit
8fafb71fea
|
@ -4179,7 +4179,7 @@ After a match, the following groups carry important information:
|
|||
"Variable associated with STARTUP options for Org.
|
||||
Each element is a list of three items: the startup options (as written
|
||||
in the #+STARTUP line), the corresponding variable, and the value to set
|
||||
this variable to if the option is found. An optional forth element PUSH
|
||||
this variable to if the option is found. An optional fourth element PUSH
|
||||
means to push this value onto the list in the variable.")
|
||||
|
||||
(defcustom org-group-tags t
|
||||
|
|
Loading…
Reference in New Issue