comparison lisp/progmodes/glasses.el @ 67862:8bcae2ee8374

(glasses-face): More specific custom type.
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 Dec 2005 23:47:54 +0000
parents d84981e3d7d4
children 24b085b97616
comparison
equal deleted inserted replaced
67861:f97174293bc0 67862:8bcae2ee8374
80 80
81 For example, you can set `glasses-separator' to an empty string and 81 For example, you can set `glasses-separator' to an empty string and
82 `glasses-face' to `bold'. Then unreadable identifiers will have no separators, 82 `glasses-face' to `bold'. Then unreadable identifiers will have no separators,
83 but will have their capitals in bold." 83 but will have their capitals in bold."
84 :group 'glasses 84 :group 'glasses
85 :type 'symbol 85 :type '(choice face (const nil))
86 :set 'glasses-custom-set 86 :set 'glasses-custom-set
87 :initialize 'custom-initialize-default) 87 :initialize 'custom-initialize-default)
88 88
89 89
90 (defcustom glasses-separate-parentheses-p t 90 (defcustom glasses-separate-parentheses-p t