Browse Source

Fix typo in orgstruct++-mode docstring.

Bastien Guerry 16 years ago
parent
commit
ffa046d38b
2 changed files with 7 additions and 3 deletions
  1. 4 0
      lisp/ChangeLog
  2. 3 3
      lisp/org.el

+ 4 - 0
lisp/ChangeLog

@@ -1,3 +1,7 @@
+2009-07-19  Bastien Guerry  <bzg@altern.org>
+
+	* org.el (orgstruct++-mode): Fix typo in docstring.
+
 2009-07-18  Bastien Guerry  <bzg@altern.org>
 
 	* org.el (org-get-refile-targets): Fix bug: don't ignore case when

+ 3 - 3
lisp/org.el

@@ -6620,12 +6620,12 @@ C-c C-c     Set tags / toggle checkbox"
 
 (defun orgstruct++-mode (&optional arg)
   "Toggle `orgstruct-mode', the enhanced version of it.
-In addition to setting orgstruct-mode, this also exports all indentation and
-autofilling variables from org-mode into the buffer.  It will also
+In addition to setting orgstruct-mode, this also exports all indentation 
+and autofilling variables from org-mode into the buffer.  It will also
 recognize item context in multiline items.
 Note that turning off orgstruct-mode will *not* remove the
 indentation/paragraph settings.  This can only be done by refreshing the
-major mode, for example with \[normal-mode]."
+major mode, for example with \\[normal-mode]."
   (interactive "P")
   (setq arg (prefix-numeric-value (or arg (if orgstruct-mode -1 1))))
   (if (< arg 1)