summaryrefslogtreecommitdiff
path: root/lisp/add-log.el
diff options
context:
space:
mode:
authorStephen Eglen <stephen@gnu.org>2004-04-19 11:32:03 +0000
committerStephen Eglen <stephen@gnu.org>2004-04-19 11:32:03 +0000
commitd9ee517298da4ae71f078dd58240efdcd23a96a2 (patch)
treea4072d0dced2abdd0156c6a208ffb5ee3fadc7ff /lisp/add-log.el
parent8bc51bd12032a147d099fa9a312332c6f0f06115 (diff)
downloademacs-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.el2
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'.