diff options
| -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 ec14e0b4329..549010dda03 100644 --- a/lisp/hi-lock.el +++ b/lisp/hi-lock.el | |||
| @@ -727,7 +727,7 @@ with completion and history." | |||
| 727 | (font-lock-flush))) | 727 | (font-lock-flush))) |
| 728 | 728 | ||
| 729 | (defun hi-lock-find-patterns () | 729 | (defun hi-lock-find-patterns () |
| 730 | "Find patterns in current buffer for hi-lock." | 730 | "Add patterns from the current buffer to the list of hi-lock patterns." |
| 731 | (interactive) | 731 | (interactive) |
| 732 | (unless (memq major-mode hi-lock-exclude-modes) | 732 | (unless (memq major-mode hi-lock-exclude-modes) |
| 733 | (let ((all-patterns nil) | 733 | (let ((all-patterns nil) |