From e1c609c6aa84b6d72ffe0946d58043cc00421666 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 22 Sep 2012 10:55:06 +0200 Subject: [PATCH] org.el (org-cycle-global-at-bob): Fix typo in docstring * org.el (org-cycle-global-at-bob): Fix typo in docstring. --- lisp/org.el | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 4a768922e..1e4fbcba6 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) -- 2.11.4.GIT