1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(vhdl-header-file): Fix customize type.

This commit is contained in:
Andreas Schwab 1998-09-18 09:18:40 +00:00
parent 0b44343bfb
commit d2ef1f6239

View file

@ -250,7 +250,7 @@ Example:
-- Created : <date>
-- Description : <cursor>
-----------------------------------------"
:type 'string
:type '(choice (const nil) string)
:group 'vhdl-electric)
(defcustom vhdl-modify-date-prefix-string "-- Last modified : "