diff options
| author | Gerd Moellmann | 2000-10-17 12:47:29 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-10-17 12:47:29 +0000 |
| commit | f86292a9e9b047e741a97dd0402f70219db3f19d (patch) | |
| tree | ad7a4544cc23a07e4dd878eb200555650be5c9fc | |
| parent | e854cc22ebf1e1605538a7b44362b1187e9cc4b5 (diff) | |
| download | emacs-f86292a9e9b047e741a97dd0402f70219db3f19d.tar.gz emacs-f86292a9e9b047e741a97dd0402f70219db3f19d.zip | |
(jit-lock-stealth-time): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/jit-lock.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 35e2d7494ab..8521567f17d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-10-17 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * jit-lock.el (jit-lock-stealth-time): Doc fix. | ||
| 4 | |||
| 1 | 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il> | 5 | 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 6 | ||
| 3 | * files.el (auto-mode-alist): Add .dif and .pat as diff-mode | 7 | * files.el (auto-mode-alist): Add .dif and .pat as diff-mode |
diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index 0445d6639f0..9cd9d2929ec 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el | |||
| @@ -66,7 +66,7 @@ Preserves the `buffer-modified-p' state of the current buffer." | |||
| 66 | (defcustom jit-lock-stealth-time 3 | 66 | (defcustom jit-lock-stealth-time 3 |
| 67 | "*Time in seconds to wait before beginning stealth fontification. | 67 | "*Time in seconds to wait before beginning stealth fontification. |
| 68 | Stealth fontification occurs if there is no input within this time. | 68 | Stealth fontification occurs if there is no input within this time. |
| 69 | If nil, means stealth fontification is never performed. | 69 | If nil, stealth fontification is never performed. |
| 70 | 70 | ||
| 71 | The value of this variable is used when JIT Lock mode is turned on." | 71 | The value of this variable is used when JIT Lock mode is turned on." |
| 72 | :type '(choice (const :tag "never" nil) | 72 | :type '(choice (const :tag "never" nil) |