org-startup-options: Fix docstring typo

* lisp/org.el (org-startup-options): Fix docstring typo.
This commit is contained in:
Kyle Meyer 2020-12-12 23:17:30 -05:00
parent 5dc375434c
commit 8fafb71fea
1 changed files with 1 additions and 1 deletions

View File

@ -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