diff options
| author | Chong Yidong | 2006-08-28 16:57:28 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-08-28 16:57:28 +0000 |
| commit | 81e213dc7cb42ca0195a1b81d5cb1d50164d9182 (patch) | |
| tree | 13a4a10bf88bf6b1f3523741df9ad983424a94e7 /lisp/ChangeLog | |
| parent | 6081889eb5223289095eec80fea59e036bbe0392 (diff) | |
| download | emacs-81e213dc7cb42ca0195a1b81d5cb1d50164d9182.tar.gz emacs-81e213dc7cb42ca0195a1b81d5cb1d50164d9182.zip | |
* emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): Insert
commentary after first line summary.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cdb21cb510d..9c01cd76a45 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2006-08-28 Chong Yidong <cyd@stupidchicken.com> | 1 | 2006-08-28 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): Insert | ||
| 4 | commentary after first line summary. | ||
| 5 | |||
| 3 | * woman.el (woman-follow): New function, based on `man-follow'. | 6 | * woman.el (woman-follow): New function, based on `man-follow'. |
| 4 | (woman-mode-map): Use it. | 7 | (woman-mode-map): Use it. |
| 5 | 8 | ||