aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/add-log.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el
index 0791fe1fe30..02f1e0c8e9c 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -36,10 +36,12 @@
36\\[add-change-log-entry] calls this function (if nil, `add-log-current-defun' 36\\[add-change-log-entry] calls this function (if nil, `add-log-current-defun'
37instead) with no arguments. It returns a string or nil if it cannot guess.") 37instead) with no arguments. It returns a string or nil if it cannot guess.")
38 38
39;;;###autoload
39(defvar add-log-full-name nil 40(defvar add-log-full-name nil
40 "*Full name of user, for inclusion in ChangeLog daily headers. 41 "*Full name of user, for inclusion in ChangeLog daily headers.
41This defaults to the value returned by the `user-full-name' function.") 42This defaults to the value returned by the `user-full-name' function.")
42 43
44;;;###autoload
43(defvar add-log-mailing-address nil 45(defvar add-log-mailing-address nil
44 "*Electronic mail address of user, for inclusion in ChangeLog daily headers. 46 "*Electronic mail address of user, for inclusion in ChangeLog daily headers.
45This defaults to the value of `user-mail-address'.") 47This defaults to the value of `user-mail-address'.")