1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(add-change-log-entry): Update doc string to mention

add-log-full-name and add-log-mailing-address.
This commit is contained in:
Stephen Eglen 2004-04-19 11:32:03 +00:00
parent 8bc51bd120
commit d9ee517298
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-04-19 Stephen Eglen <stephen@gnu.org>
* add-log.el (add-change-log-entry): Update doc string to mention
add-log-full-name and add-log-mailing-address.
2004-04-18 Juri Linkov <juri@jurta.org>
* info.el (Info-find-file, Info-find-node-2): Add history and toc.

View File

@ -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'.