aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-12-30 05:56:39 +0000
committerJuri Linkov2005-12-30 05:56:39 +0000
commitdeefca64961cb84172616119ece746cd5274620e (patch)
treeaa9c36d7819208bd2e00bf0654ccf20de956d53e
parent446efb6a85c3a33f5b363f3d5239330365bedda6 (diff)
downloademacs-deefca64961cb84172616119ece746cd5274620e.tar.gz
emacs-deefca64961cb84172616119ece746cd5274620e.zip
(glasses-face): Add tag "None" to const nil.
-rw-r--r--lisp/progmodes/glasses.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/glasses.el b/lisp/progmodes/glasses.el
index 18f744e81c8..d19f636ff93 100644
--- a/lisp/progmodes/glasses.el
+++ b/lisp/progmodes/glasses.el
@@ -82,7 +82,7 @@ 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,
83but will have their capitals in bold." 83but will have their capitals in bold."
84 :group 'glasses 84 :group 'glasses
85 :type '(choice face (const nil)) 85 :type '(choice (const :tag "None" nil) face)
86 :set 'glasses-custom-set 86 :set 'glasses-custom-set
87 :initialize 'custom-initialize-default) 87 :initialize 'custom-initialize-default)
88 88