diff options
author | Stephen Eglen <stephen@gnu.org> | 2004-04-19 11:32:03 +0000 |
---|---|---|
committer | Stephen Eglen <stephen@gnu.org> | 2004-04-19 11:32:03 +0000 |
commit | d9ee517298da4ae71f078dd58240efdcd23a96a2 (patch) | |
tree | a4072d0dced2abdd0156c6a208ffb5ee3fadc7ff /lisp/add-log.el | |
parent | 8bc51bd12032a147d099fa9a312332c6f0f06115 (diff) | |
download | emacs-d9ee517298da4ae71f078dd58240efdcd23a96a2.tar.gz |
(add-change-log-entry): Update doc string to mention
add-log-full-name and add-log-mailing-address.
Diffstat (limited to 'lisp/add-log.el')
-rw-r--r-- | lisp/add-log.el | 2 |
1 files changed, 1 insertions, 1 deletions
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'." (defun add-change-log-entry (&optional whoami file-name other-window new-entry) "Find change log file, and add an entry for today and an item for this file. Optional arg WHOAMI (interactive prefix) non-nil means prompt for user -name and site. +name and email (stored in `add-log-full-name' and `add-log-mailing-address'). Second arg FILE-NAME is file name of the change log. If nil, use the value of `change-log-default-name'. |