aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab1998-06-24 09:09:56 +0000
committerAndreas Schwab1998-06-24 09:09:56 +0000
commitb4a38363e6e828870f13209752efaf18c074eb65 (patch)
tree6e8e47bda04503a12074781076460cb2fed48f99
parente48807d140fd30bec31d7bf4aee7e8e0649749ab (diff)
downloademacs-b4a38363e6e828870f13209752efaf18c074eb65.tar.gz
emacs-b4a38363e6e828870f13209752efaf18c074eb65.zip
(font-lock-verbose): Use `other' widget type.
-rw-r--r--lisp/font-lock.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 4db863c2af0..9ff63c6c18b 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -287,8 +287,8 @@ decoration for buffers in C++ mode, and level 1 decoration otherwise."
287 "*If non-nil, means show status messages for buffer fontification. 287 "*If non-nil, means show status messages for buffer fontification.
288If a number, only buffers greater than this size have fontification messages." 288If a number, only buffers greater than this size have fontification messages."
289 :type '(choice (const :tag "never" nil) 289 :type '(choice (const :tag "never" nil)
290 (const :tag "always" t) 290 (integer :tag "size")
291 (integer :tag "size")) 291 (other :tag "always" t))
292 :group 'font-lock) 292 :group 'font-lock)
293 293
294;; Fontification variables: 294;; Fontification variables: