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:
parent
8bc51bd120
commit
d9ee517298
@ -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.
|
||||
|
@ -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'.
|
||||
|
Loading…
Reference in New Issue
Block a user