aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2017-02-12 17:36:33 -0800
committerGlenn Morris2017-02-12 17:36:33 -0800
commitee9970734facdff57c79811a7b60973a0b9ec6b2 (patch)
tree1fd8c215987b78a8b35a5a9b8a7c6458cbebf671
parent4c1d7acf81a4dcec97fa4daf9e9f414e1321bfdb (diff)
downloademacs-ee9970734facdff57c79811a7b60973a0b9ec6b2.tar.gz
emacs-ee9970734facdff57c79811a7b60973a0b9ec6b2.zip
Doc fix for vhdl-mode re mail-host-address
* 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.
-rw-r--r--lisp/progmodes/vhdl-mode.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el
index 6c76d7e4ad2..06ffd54d2df 100644
--- a/lisp/progmodes/vhdl-mode.el
+++ b/lisp/progmodes/vhdl-mode.el
@@ -1010,7 +1010,7 @@ if the header needs to be version controlled.
1010The following keywords for template generation are supported: 1010The following keywords for template generation are supported:
1011 <filename> : replaced by the name of the buffer 1011 <filename> : replaced by the name of the buffer
1012 <author> : replaced by the user name and email address 1012 <author> : replaced by the user name and email address
1013 (`user-full-name',`mail-host-address', `user-mail-address') 1013 (`user-full-name', `user-mail-address')
1014 <authorfull> : replaced by the user full name (`user-full-name') 1014 <authorfull> : replaced by the user full name (`user-full-name')
1015 <login> : replaced by user login name (`user-login-name') 1015 <login> : replaced by user login name (`user-login-name')
1016 <company> : replaced by contents of option `vhdl-company-name' 1016 <company> : replaced by contents of option `vhdl-company-name'
@@ -1967,7 +1967,6 @@ are treated as single words otherwise."
1967(unless (featurep 'xemacs) 1967(unless (featurep 'xemacs)
1968 (custom-add-to-group 'vhdl-related 'transient-mark-mode 'custom-variable)) 1968 (custom-add-to-group 'vhdl-related 'transient-mark-mode 'custom-variable))
1969(custom-add-to-group 'vhdl-related 'user-full-name 'custom-variable) 1969(custom-add-to-group 'vhdl-related 'user-full-name 'custom-variable)
1970(custom-add-to-group 'vhdl-related 'mail-host-address 'custom-variable)
1971(custom-add-to-group 'vhdl-related 'user-mail-address 'custom-variable) 1970(custom-add-to-group 'vhdl-related 'user-mail-address 'custom-variable)
1972 1971
1973;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 1972;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;