]> code.delx.au - gnu-emacs/blobdiff - lisp/add-log.el
*** empty log message ***
[gnu-emacs] / lisp / add-log.el
index d3679f6c9ee4d7fe07b35497beb9a58cdf7b36ac..3e9061bfef319b42826b40645a6caa9d3992f4f5 100644 (file)
@@ -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)