]> git.eshelyaron.com Git - emacs.git/commitdiff
(add-change-log-entry): Update doc string to mention
authorStephen Eglen <stephen@gnu.org>
Mon, 19 Apr 2004 11:32:03 +0000 (11:32 +0000)
committerStephen Eglen <stephen@gnu.org>
Mon, 19 Apr 2004 11:32:03 +0000 (11:32 +0000)
add-log-full-name and add-log-mailing-address.

lisp/ChangeLog
lisp/add-log.el

index c11e703ff7b9c81ebb54d7112d1c1914b22c446b..28c872ac281248b60340ea7b2cffd37686217d5b 100644 (file)
@@ -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.
index 609dfde5f655bc5c4e032572b6737e0ad694733b..ead1fe679d6ebc7094702f2f9e760661e096ca33 100644 (file)
@@ -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'.