From: Carsten Dominik <dominik@science.uva.nl>
Date: Fri, 14 Jan 2005 13:08:16 +0000 (+0000)
Subject: *** empty log message ***
X-Git-Tag: ttn-vms-21-2-B4~2751
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d7dac8c936dfd193f3aee9e65554ba3c5380d0d;p=emacs.git

*** empty log message ***
---

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4cc298e29a1..5bc8aada7de 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,7 @@
 
 	* textmodes/org.el (org-show-following-heading): New option.
 	(org-show-hierarchy-above): Use `org-show-following-heading'.
+	(org-cycle): Documentation fix.
 
 	* textmodes/org.el (orgtbl-optimized): New option
 	(orgtbl-mode): New command, a minor mode.
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el
index e0514f66afc..80ff7637365 100644
--- a/lisp/textmodes/org.el
+++ b/lisp/textmodes/org.el
@@ -1563,7 +1563,7 @@ The following commands are available:
 (defvar org-cycle-global-status nil)
 (defvar org-cycle-subtree-status nil)
 (defun org-cycle (&optional arg)
-  "Visibility cycling for outline(-minor)-mode.
+  "Visibility cycling for org-mode.
 
 - When this function is called with a prefix argument, rotate the entire
   buffer through 3 states (global cycling)