Fix typo in orgstruct++-mode docstring.

This commit is contained in:
Bastien Guerry 2009-07-19 14:37:59 +02:00
parent 4998a75c30
commit ffa046d38b
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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)