comparison lisp/add-log.el @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 6428162f137c
children d771acf8f6ef
comparison
equal deleted inserted replaced
3590:d5f22061277d 3591:507f64624555
211 (add-change-log-entry whoami file-name t)) 211 (add-change-log-entry whoami file-name t))
212 ;;;###autoload (define-key ctl-x-4-map "a" 'add-change-log-entry-other-window) 212 ;;;###autoload (define-key ctl-x-4-map "a" 'add-change-log-entry-other-window)
213 213
214 ;;;###autoload 214 ;;;###autoload
215 (defun change-log-mode () 215 (defun change-log-mode ()
216 "Major mode for editting change logs; like Indented Text Mode. 216 "Major mode for editing change logs; like Indented Text Mode.
217 Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74. 217 Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74.
218 New log entries are usually made with \\[add-change-log-entry] or \\[add-change-log-entry-other-window]. 218 New log entries are usually made with \\[add-change-log-entry] or \\[add-change-log-entry-other-window].
219 Each entry behaves as a paragraph, and the entries for one day as a page. 219 Each entry behaves as a paragraph, and the entries for one day as a page.
220 Runs `change-log-mode-hook'." 220 Runs `change-log-mode-hook'."
221 (interactive) 221 (interactive)