aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRoland McGrath1992-08-03 17:03:51 +0000
committerRoland McGrath1992-08-03 17:03:51 +0000
commit043b998c9d17c4482b735240478d3da7a9b71f05 (patch)
tree69f0897242a674244c1a38ffc50108f27dcd2726 /lisp
parent09b389d02520eb50745d9b4f88cde35f42c7f0fe (diff)
downloademacs-043b998c9d17c4482b735240478d3da7a9b71f05.tar.gz
emacs-043b998c9d17c4482b735240478d3da7a9b71f05.zip
*** 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 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)