aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d3679f6c9ee..3e9061bfef3 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."
180(defun change-log-mode () 180(defun change-log-mode ()
181 "Major mode for editting change logs; like Indented Text Mode. 181 "Major mode for editting change logs; like Indented Text Mode.
182Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74. 182Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74.
183New log entries are usually made with \\[add-change-log-entry]." 183New log entries are usually made with \\[add-change-log-entry] or \\[add-change-log-entry-other-window]."
184 (interactive) 184 (interactive)
185 (kill-all-local-variables) 185 (kill-all-local-variables)
186 (indented-text-mode) 186 (indented-text-mode)