diff options
| author | Stephen Eglen | 2004-04-19 11:32:03 +0000 |
|---|---|---|
| committer | Stephen Eglen | 2004-04-19 11:32:03 +0000 |
| commit | d9ee517298da4ae71f078dd58240efdcd23a96a2 (patch) | |
| tree | a4072d0dced2abdd0156c6a208ffb5ee3fadc7ff | |
| parent | 8bc51bd12032a147d099fa9a312332c6f0f06115 (diff) | |
| download | emacs-d9ee517298da4ae71f078dd58240efdcd23a96a2.tar.gz emacs-d9ee517298da4ae71f078dd58240efdcd23a96a2.zip | |
(add-change-log-entry): Update doc string to mention
add-log-full-name and add-log-mailing-address.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/add-log.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c11e703ff7b..28c872ac281 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-04-19 Stephen Eglen <stephen@gnu.org> | ||
| 2 | |||
| 3 | * add-log.el (add-change-log-entry): Update doc string to mention | ||
| 4 | add-log-full-name and add-log-mailing-address. | ||
| 5 | |||
| 1 | 2004-04-18 Juri Linkov <juri@jurta.org> | 6 | 2004-04-18 Juri Linkov <juri@jurta.org> |
| 2 | 7 | ||
| 3 | * info.el (Info-find-file, Info-find-node-2): Add history and toc. | 8 | * info.el (Info-find-file, Info-find-node-2): Add history and toc. |
diff --git a/lisp/add-log.el b/lisp/add-log.el index 609dfde5f65..ead1fe679d6 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el | |||
| @@ -445,7 +445,7 @@ Optional arg BUFFER-FILE overrides `buffer-file-name'." | |||
| 445 | (defun add-change-log-entry (&optional whoami file-name other-window new-entry) | 445 | (defun add-change-log-entry (&optional whoami file-name other-window new-entry) |
| 446 | "Find change log file, and add an entry for today and an item for this file. | 446 | "Find change log file, and add an entry for today and an item for this file. |
| 447 | Optional arg WHOAMI (interactive prefix) non-nil means prompt for user | 447 | Optional arg WHOAMI (interactive prefix) non-nil means prompt for user |
| 448 | name and site. | 448 | name and email (stored in `add-log-full-name' and `add-log-mailing-address'). |
| 449 | 449 | ||
| 450 | Second arg FILE-NAME is file name of the change log. | 450 | Second arg FILE-NAME is file name of the change log. |
| 451 | If nil, use the value of `change-log-default-name'. | 451 | If nil, use the value of `change-log-default-name'. |