diff options
Diffstat (limited to 'lisp/org/org.el')
-rw-r--r-- | lisp/org/org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org.el b/lisp/org/org.el index 41898dc2028..cebe1735bed 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -20318,7 +20318,7 @@ unless optional argument NO-INHERITANCE is non-nil." (defun org-point-at-end-of-empty-headline () "If point is at the end of an empty headline, return t, else nil. -If the heading only contains a TODO keyword, it is still still considered +If the heading only contains a TODO keyword, it is still considered empty." (let ((case-fold-search nil)) (and (looking-at "[ \t]*$") |