Variable: add-log-full-name
add-log-full-name is a customizable variable defined in add-log.el.gz.
Value
nil
Documentation
Full name of user, for inclusion in ChangeLog daily headers.
This defaults to the value returned by the function user-full-name(var)/user-full-name(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/vc/add-log.el.gz
;;;###autoload
(defcustom add-log-full-name nil
"Full name of user, for inclusion in ChangeLog daily headers.
This defaults to the value returned by the function `user-full-name'."
:type '(choice (const :tag "Default" nil)
string))