aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/add-log.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el
index d3679f6c9e..3e9061bfef 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -180,7 +180,7 @@ Interactively, with a prefix argument, the file name is prompted for."
(defun change-log-mode ()
"Major mode for editting change logs; like Indented Text Mode.
Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74.
-New log entries are usually made with \\[add-change-log-entry]."
+New log entries are usually made with \\[add-change-log-entry] or \\[add-change-log-entry-other-window]."
(interactive)
(kill-all-local-variables)
(indented-text-mode)