summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Lundin <mdl@imapmail.org>2014-07-29 10:59:19 -0500
committerBastien Guerry <bzg@altern.org>2014-07-29 23:19:10 +0200
commitdc4942442c072748afa9fbb930636430fec9ea16 (patch)
tree1314237f0f93183aa7a5c52ca1fb90743c59a2d6
parent3f67b185ccfd3d443e43cef2be3ea586ece7c3b9 (diff)
downloadorg-mode-dc4942442c072748afa9fbb930636430fec9ea16.tar.gz
Fix docstring of org-agenda-inhibit-startup
* lisp/org.el: org-agenda-inhibit-startup: fix docstring to reflect default value
-rw-r--r--lisp/org.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 06f54f4..9c18677 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -17764,9 +17764,9 @@ This requires Emacs >= 24.1, build with imagemagick support."
(defcustom org-agenda-inhibit-startup nil
"Inhibit startup when preparing agenda buffers.
-When this variable is `t' (the default), the initialization of
-the Org agenda buffers is inhibited: e.g. the visibility state
-is not set, the tables are not re-aligned, etc."
+When this variable is `t', the initialization of the Org agenda
+buffers is inhibited: e.g. the visibility state is not set, the
+tables are not re-aligned, etc."
:type 'boolean
:version "24.3"
:group 'org-agenda)