mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
(glasses-face): More specific custom type.
This commit is contained in:
parent
1af5710156
commit
2926b5fba6
@ -1,5 +1,7 @@
|
||||
2005-12-27 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* progmodes/glasses.el (glasses-face): More specific custom type.
|
||||
|
||||
* files.el (set-visited-file-name): Doc fix.
|
||||
|
||||
* textmodes/flyspell.el (flyspell-external-point-words):
|
||||
|
@ -82,7 +82,7 @@ For example, you can set `glasses-separator' to an empty string and
|
||||
`glasses-face' to `bold'. Then unreadable identifiers will have no separators,
|
||||
but will have their capitals in bold."
|
||||
:group 'glasses
|
||||
:type 'symbol
|
||||
:type '(choice face (const nil))
|
||||
:set 'glasses-custom-set
|
||||
:initialize 'custom-initialize-default)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user