]> code.delx.au - gnu-emacs/blobdiff - lisp/add-log.el
(set-register): Use push.
[gnu-emacs] / lisp / add-log.el
index 6544b10fde30be867683cfa574cae385fac8e3f3..1c3f70a9b7714cd3f873a549dae69c4ba9f1eacd 100644 (file)
@@ -73,7 +73,8 @@ being a simple string, this value can also be a list.  All elements
 will be recognized as referring to the same user; when creating a new
 ChangeLog entry, one element will be chosen at random."
   :type '(choice (const :tag "Default" nil)
-                (repeat string))
+                (string :tag "String")
+                (repeat :tag "List of Strings" string))
   :group 'change-log)
 
 (defcustom add-log-time-format 'add-log-iso8601-time-string
@@ -666,7 +667,7 @@ Other modes are handled by a heuristic that looks in the 10K before
 point for uppercase headings starting in the first column or
 identifiers followed by `:' or `='.  See variables
 `add-log-current-defun-header-regexp' and
-`add-log-current-defun-function'
+`add-log-current-defun-function'.
 
 Has a preference of looking backwards."
   (condition-case nil