summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-07-13 01:17:42 +0200
committerBastien Guerry <bzg@altern.org>2012-07-13 01:17:42 +0200
commit3270f3a0eb57d661beacc6951d384abc030c36a0 (patch)
tree79905699c0afb2881f6682a701745b44bb19c539
parentce80dee4766e0201f7e715e5d09d1810ddd8d29a (diff)
downloadorg-mode-3270f3a0eb57d661beacc6951d384abc030c36a0.tar.gz
org.el (org-startup-options): Fix docstring formatting.
* org.el (org-startup-options): Fix docstring formatting.
-rw-r--r--lisp/org.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 2dfb45e..90eee63 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -4507,9 +4507,9 @@ After a match, the following groups carry important information:
("entitiespretty" org-pretty-entities t)
("entitiesplain" org-pretty-entities nil))
"Variable associated with STARTUP options for org-mode.
-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
+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
means to push this value onto the list in the variable.")
(defun org-update-property-plist (key val props)