comparison lisp/textmodes/bibtex.el @ 22599:a9b371a8e835

(bibtex-include-OPTkey): Use `other' widget type.
author Andreas Schwab <schwab@suse.de>
date Wed, 24 Jun 1998 09:25:09 +0000
parents 2e2a71dfec63
children 4934aaa2055c
comparison
equal deleted inserted replaced
22598:dcb17af08ae0 22599:a9b371a8e835
87 "*If non-nil, all entries will have an OPTkey field. 87 "*If non-nil, all entries will have an OPTkey field.
88 If this is a string, it will be used as the initial field text. 88 If this is a string, it will be used as the initial field text.
89 If this is a function, it will be called to generate the initial field text." 89 If this is a function, it will be called to generate the initial field text."
90 :group 'bibtex 90 :group 'bibtex
91 :type '(choice (const :tag "None" nil) 91 :type '(choice (const :tag "None" nil)
92 (const :tag "Default" t)
93 (string :tag "Initial text") 92 (string :tag "Initial text")
94 (function :tag "Initialize Function" :value fun))) 93 (function :tag "Initialize Function" :value fun)
94 (other :tag "Default" t)))
95 95
96 (defcustom bibtex-user-optional-fields 96 (defcustom bibtex-user-optional-fields
97 '(("annote" "Personal annotation (ignored)")) 97 '(("annote" "Personal annotation (ignored)"))
98 "*List of optional fields the user wants to have always present. 98 "*List of optional fields the user wants to have always present.
99 Entries should be of the same form as the OPTIONAL and 99 Entries should be of the same form as the OPTIONAL and