summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-01-18 00:03:49 +0100
committerBastien Guerry <bzg@altern.org>2011-01-18 00:03:49 +0100
commitf33ae10e36206ffa84ebc09404b51266657b0c0d (patch)
treeb66daf851bf8c4ba1e43f5212328fb07ef50a513
parent888739a3789ecac49566e963d0b42a426f57d193 (diff)
downloadorg-mode-f33ae10e36206ffa84ebc09404b51266657b0c0d.tar.gz
org-blank-before-new-entry: Fix small typo in the docstring.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 6e8aeac..5e148c0 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -1080,7 +1080,7 @@ for the duration of the command."
(plain-list-item . auto))
"Should `org-insert-heading' leave a blank line before new heading/item?
The value is an alist, with `heading' and `plain-list-item' as car,
-and a boolean flag as cdr. The cdr may lso be the symbol `auto', and then
+and a boolean flag as cdr. The cdr may also be the symbol `auto', and then
Org will look at the surrounding headings/items and try to make an
intelligent decision wether to insert a blank line or not.