From 8fafb71fea8b579b95aabc01c2796af20606789f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 12 Dec 2020 23:17:30 -0500 Subject: [PATCH] org-startup-options: Fix docstring typo * lisp/org.el (org-startup-options): Fix docstring typo. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 3db07cd89..2a63fe438 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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