emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 dc960d9 15/64: Clarify hi-lock-find-patterns


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 dc960d9 15/64: Clarify hi-lock-find-patterns
Date: Sun, 01 May 2016 18:18:39 +0000

branch: emacs-25
commit dc960d9743d3a90a8e518431bb6b8e29fd49bd32
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Clarify hi-lock-find-patterns
    
    * lisp/hi-lock.el (hi-lock-find-patterns): Doc clarification
    (bug#17989).
    
    (cherry picked from commit 552e90ce7dff3a7107243fdf71c4de3af443e13a)
---
 lisp/hi-lock.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el
index ec14e0b..549010d 100644
--- a/lisp/hi-lock.el
+++ b/lisp/hi-lock.el
@@ -727,7 +727,7 @@ with completion and history."
     (font-lock-flush)))
 
 (defun hi-lock-find-patterns ()
-  "Find patterns in current buffer for hi-lock."
+  "Add patterns from the current buffer to the list of hi-lock patterns."
   (interactive)
   (unless (memq major-mode hi-lock-exclude-modes)
     (let ((all-patterns nil)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]