diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/hi-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el index 41d1094f237..d5e46651a50 100644 --- a/lisp/hi-lock.el +++ b/lisp/hi-lock.el | |||
| @@ -102,7 +102,7 @@ of functions `hi-lock-mode' and `hi-lock-find-patterns'." | |||
| 102 | :type 'integer | 102 | :type 'integer |
| 103 | :group 'hi-lock) | 103 | :group 'hi-lock) |
| 104 | 104 | ||
| 105 | (defcustom hi-lock-highlight-range 200000 | 105 | (defcustom hi-lock-highlight-range 2000000 |
| 106 | "Size of area highlighted by hi-lock when font-lock not active. | 106 | "Size of area highlighted by hi-lock when font-lock not active. |
| 107 | Font-lock is not active in buffers that do their own highlighting, | 107 | Font-lock is not active in buffers that do their own highlighting, |
| 108 | such as the buffer created by `list-colors-display'. In those buffers | 108 | such as the buffer created by `list-colors-display'. In those buffers |