ソースを参照

org-startup-options: Fix docstring typo

* lisp/org.el (org-startup-options): Fix docstring typo.
Kyle Meyer 5 年 前
コミット
8fafb71fea
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -4179,7 +4179,7 @@ After a match, the following groups carry important information:
   "Variable associated with STARTUP options for Org.
   "Variable associated with STARTUP options for Org.
 Each element is a list of three items: the startup options (as written
 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
 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.")
 means to push this value onto the list in the variable.")
 
 
 (defcustom org-group-tags t
 (defcustom org-group-tags t