]> code.delx.au - gnu-emacs/blobdiff - lisp/mh-e/mh-alias.el
Leading "*" in the doc of defvars is long obsolete.
[gnu-emacs] / lisp / mh-e / mh-alias.el
index 1940234bc3b38b5befc343cbab717a72b7555323..968c33cb4de70e87c070608d734f60f2c97bc083 100644 (file)
     (define-key map " " 'self-insert-command)
     map))
 
-(defvar mh-alias-system-aliases
+(defcustom mh-alias-system-aliases
   '("/etc/nmh/MailAliases" "/etc/mh/MailAliases"
     "/usr/lib/mh/MailAliases" "/usr/share/mailutils/mh/MailAliases"
     "/etc/passwd")
-  "*A list of system files which are a source of aliases.
+  "A list of system files which are a source of aliases.
 If these files are modified, they are automatically reread. This list
 need include only system aliases and the passwd file, since personal
 alias files listed in your \"Aliasfile:\" MH profile component are
 automatically included. You can update the alias list manually using
-\\[mh-alias-reload].")
+\\[mh-alias-reload]."
+  :type '(repeat file)
+  :group 'mh-alias)
 
 \f