Mercurial > emacs
changeset 54983:e6f8f4939bf6
(add-change-log-entry): Update doc string to mention
add-log-full-name and add-log-mailing-address.
author | Stephen Eglen <stephen@gnu.org> |
---|---|
date | Mon, 19 Apr 2004 11:31:05 +0000 |
parents | 5a763a523920 |
children | 2f16978ce871 |
files | lisp/add-log.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/add-log.el Sun Apr 18 22:23:01 2004 +0000 +++ b/lisp/add-log.el Mon Apr 19 11:31:05 2004 +0000 @@ -445,7 +445,7 @@ (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'.