aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>1992-08-03 17:03:51 +0000
committerRoland McGrath <[email protected]>1992-08-03 17:03:51 +0000
commit043b998c9d17c4482b735240478d3da7a9b71f05 (patch)
tree69f0897242a674244c1a38ffc50108f27dcd2726 /lisp
parent09b389d02520eb50745d9b4f88cde35f42c7f0fe (diff)
*** empty log message ***
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)