diff options
Diffstat (limited to 'lisp/org/org-capture.el')
-rw-r--r-- | lisp/org/org-capture.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-capture.el b/lisp/org/org-capture.el index a696c615b2a..41872ff87ef 100644 --- a/lisp/org/org-capture.el +++ b/lisp/org/org-capture.el @@ -1312,7 +1312,7 @@ may have been stored before." (while (< (point) end) (indent-to i) (forward-line))) - ;; Pre-pending an item could change the type of the list + ;; Prepending an item could change the type of the list ;; if there is a mismatch. In this situation, ;; prioritize the existing list. (when prepend? |