# HG changeset patch # User Roland McGrath # Date 712861431 0 # Node ID aa0f2b0fb17ff20c91906cf789b9c67fa7951ae0 # Parent 1c37c99856de513d7f86811d204c526fae26f242 *** empty log message *** diff -r 1c37c99856de -r aa0f2b0fb17f lisp/add-log.el --- a/lisp/add-log.el Mon Aug 03 17:03:00 1992 +0000 +++ b/lisp/add-log.el Mon Aug 03 17:03:51 1992 +0000 @@ -180,7 +180,7 @@ (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)