(font-lock-verbose): Use `other' widget type.
This commit is contained in:
parent
e48807d140
commit
b4a38363e6
1 changed files with 2 additions and 2 deletions
|
@ -287,8 +287,8 @@ decoration for buffers in C++ mode, and level 1 decoration otherwise."
|
|||
"*If non-nil, means show status messages for buffer fontification.
|
||||
If a number, only buffers greater than this size have fontification messages."
|
||||
:type '(choice (const :tag "never" nil)
|
||||
(const :tag "always" t)
|
||||
(integer :tag "size"))
|
||||
(integer :tag "size")
|
||||
(other :tag "always" t))
|
||||
:group 'font-lock)
|
||||
|
||||
;; Fontification variables:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue