aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/add-log.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c11e703ff7b..28c872ac281 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12004-04-19 Stephen Eglen <stephen@gnu.org>
2
3 * add-log.el (add-change-log-entry): Update doc string to mention
4 add-log-full-name and add-log-mailing-address.
5
12004-04-18 Juri Linkov <juri@jurta.org> 62004-04-18 Juri Linkov <juri@jurta.org>
2 7
3 * info.el (Info-find-file, Info-find-node-2): Add history and toc. 8 * 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'."
445(defun add-change-log-entry (&optional whoami file-name other-window new-entry) 445(defun add-change-log-entry (&optional whoami file-name other-window new-entry)
446 "Find change log file, and add an entry for today and an item for this file. 446 "Find change log file, and add an entry for today and an item for this file.
447Optional arg WHOAMI (interactive prefix) non-nil means prompt for user 447Optional arg WHOAMI (interactive prefix) non-nil means prompt for user
448name and site. 448name and email (stored in `add-log-full-name' and `add-log-mailing-address').
449 449
450Second arg FILE-NAME is file name of the change log. 450Second arg FILE-NAME is file name of the change log.
451If nil, use the value of `change-log-default-name'. 451If nil, use the value of `change-log-default-name'.