changeset 913:aa0f2b0fb17f

*** empty log message ***
author Roland McGrath <roland@gnu.org>
date Mon, 03 Aug 1992 17:03:51 +0000
parents 1c37c99856de
children 3122c9756a56
files lisp/add-log.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)