diff options
| -rw-r--r-- | lisp/progmodes/vhdl-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index 200f5700a00..337694e52b2 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el | |||
| @@ -250,7 +250,7 @@ Example: | |||
| 250 | -- Created : <date> | 250 | -- Created : <date> |
| 251 | -- Description : <cursor> | 251 | -- Description : <cursor> |
| 252 | -----------------------------------------" | 252 | -----------------------------------------" |
| 253 | :type 'string | 253 | :type '(choice (const nil) string) |
| 254 | :group 'vhdl-electric) | 254 | :group 'vhdl-electric) |
| 255 | 255 | ||
| 256 | (defcustom vhdl-modify-date-prefix-string "-- Last modified : " | 256 | (defcustom vhdl-modify-date-prefix-string "-- Last modified : " |