diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-11-02 14:18:10 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-11-02 14:18:10 +0000 |
commit | 42e91b78d9f873e213ba4a891d2d401124295b4c (patch) | |
tree | b6e8ce7f8151810694e2fface92d29fe2c0fed73 /lisp | |
parent | 5f97a49d4666de5522ccc8f950dc97667fbb29c5 (diff) | |
download | emacs-42e91b78d9f873e213ba4a891d2d401124295b4c.tar.gz emacs-42e91b78d9f873e213ba4a891d2d401124295b4c.tar.bz2 emacs-42e91b78d9f873e213ba4a891d2d401124295b4c.zip |
Comment change.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/fast-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/fast-lock.el b/lisp/fast-lock.el index 6812361a28b..4a409bd77aa 100644 --- a/lisp/fast-lock.el +++ b/lisp/fast-lock.el @@ -26,7 +26,7 @@ ;;; Commentary: -;; Lazy Lock mode is a Font Lock support mode. +;; Fast Lock mode is a Font Lock support mode. ;; It makes visiting a file in Font Lock mode faster by restoring its face text ;; properties from automatically saved associated Font Lock cache files. ;; |