From f33ae10e36206ffa84ebc09404b51266657b0c0d Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 18 Jan 2011 00:03:49 +0100 Subject: [PATCH] org-blank-before-new-entry: Fix small typo in the docstring. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 6e8aeac0c..5e148c0b1 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.