]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix for vhdl-mode re mail-host-address
authorGlenn Morris <rgm@gnu.org>
Mon, 13 Feb 2017 01:36:33 +0000 (17:36 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 13 Feb 2017 01:36:33 +0000 (17:36 -0800)
* lisp/progmodes/vhdl-mode.el (vhdl-file-header): Doc fix.
(mail-host-address): Do not add to vhdl-related custom group,
since vhdl-template-replace-header-keywords doesn't use it.

lisp/progmodes/vhdl-mode.el

index 6c76d7e4ad2a3be75bb5454ab8c825904dd4c114..06ffd54d2df0add9397fc2d30b32dc954dfae082 100644 (file)
@@ -1010,7 +1010,7 @@ if the header needs to be version controlled.
 The following keywords for template generation are supported:
   <filename>    : replaced by the name of the buffer
   <author>      : replaced by the user name and email address
-                  (`user-full-name',`mail-host-address', `user-mail-address')
+                  (`user-full-name', `user-mail-address')
   <authorfull>  : replaced by the user full name (`user-full-name')
   <login>       : replaced by user login name (`user-login-name')
   <company>     : replaced by contents of option `vhdl-company-name'
@@ -1967,7 +1967,6 @@ are treated as single words otherwise."
 (unless (featurep 'xemacs)
   (custom-add-to-group 'vhdl-related 'transient-mark-mode 'custom-variable))
 (custom-add-to-group 'vhdl-related 'user-full-name 'custom-variable)
-(custom-add-to-group 'vhdl-related 'mail-host-address 'custom-variable)
 (custom-add-to-group 'vhdl-related 'user-mail-address 'custom-variable)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;