summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-09-22 10:55:06 +0200
committerBastien Guerry <bzg@altern.org>2012-09-22 10:55:06 +0200
commite1c609c6aa84b6d72ffe0946d58043cc00421666 (patch)
tree3cd1de8453c477687f1c0a10f09825bb13a39cf3
parent51955a248d05b8550efd52736280656b8ec72c7c (diff)
downloadorg-mode-e1c609c6aa84b6d72ffe0946d58043cc00421666.tar.gz
org.el (org-cycle-global-at-bob): Fix typo in docstring
* org.el (org-cycle-global-at-bob): Fix typo in docstring.
-rw-r--r--lisp/org.el12
1 files changed, 5 insertions, 7 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 4a76892..1e4fbcb 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -899,13 +899,11 @@ This can also be set in on a per-file basis with
(defcustom org-cycle-global-at-bob nil
"Cycle globally if cursor is at beginning of buffer and not at a headline.
This makes it possible to do global cycling without having to use S-TAB or
-\\[universal-argument] TAB. For this special case to work, the first line \
-of the buffer
-must not be a headline - it may be empty or some other text. When used in
-this way, `org-cycle-hook' is disables temporarily, to make sure the
-cursor stays at the beginning of the buffer.
-When this option is nil, don't do anything special at the beginning
-of the buffer."
+\\[universal-argument] TAB. For this special case to work, the first line
+of the buffer must not be a headline -- it may be empty or some other text.
+When used in this way, `org-cycle-hook' is disabled temporarily to make
+sure the cursor stays at the beginning of the buffer. When this option is
+nil, don't do anything special at the beginning of the buffer."
:group 'org-cycle
:type 'boolean)