From d9ee517298da4ae71f078dd58240efdcd23a96a2 Mon Sep 17 00:00:00 2001 From: Stephen Eglen Date: Mon, 19 Apr 2004 11:32:03 +0000 Subject: [PATCH] (add-change-log-entry): Update doc string to mention add-log-full-name and add-log-mailing-address. --- lisp/ChangeLog | 5 +++++ lisp/add-log.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c11e703ff7b..28c872ac281 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-04-19 Stephen Eglen + + * 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 * info.el (Info-find-file, Info-find-node-2): Add history and toc. 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'. -- 2.39.2