mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Improve the custom type of some user options.
* lisp/autoinsert.el (auto-insert-alist): * lisp/replace.el (query-replace-from-to-separator): * lisp/gnus/gnus-art.el (gnus-hidden-properties): * lisp/gnus/gnus-gravatar.el (gnus-gravatar-properties): * lisp/gnus/gnus-picon.el (gnus-picon-properties): * lisp/progmodes/prolog.el (prolog-keywords, prolog-types) (prolog-mode-specificators, prolog-determinism-specificators) (prolog-directives, prolog-program-name, prolog-program-switches) (prolog-consult-string, prolog-compile-string, prolog-eof-string) (prolog-prompt-regexp): Improve custom type.
This commit is contained in:
parent
9f60d7e9a2
commit
93f21530ad
6 changed files with 42 additions and 22 deletions
|
|
@ -73,7 +73,7 @@ Some people may want to add \"unknown\" to this list."
|
|||
|
||||
(defcustom gnus-picon-properties '(:color-symbols (("None" . "white")))
|
||||
"List of image properties applied to picons."
|
||||
:type 'sexp
|
||||
:type 'plist
|
||||
:version "24.3"
|
||||
:group 'gnus-picon)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue