]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/hi-lock.el (hi-lock-line-face-buffer): Doc fix. (Bug36448)
authorEli Zaretskii <eliz@gnu.org>
Wed, 3 Jul 2019 12:55:10 +0000 (15:55 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 3 Jul 2019 12:55:10 +0000 (15:55 +0300)
lisp/hi-lock.el

index b02fbc905b5bb8cc5fb353f3a11447f6e94f5185..ce16c9245245631046fdcda9589f90d324ca7ec4 100644 (file)
@@ -409,7 +409,11 @@ versions before 22 use the following in your init file:
 (defalias 'highlight-lines-matching-regexp 'hi-lock-line-face-buffer)
 ;;;###autoload
 (defun hi-lock-line-face-buffer (regexp &optional face)
-  "Set face of all lines containing a match of REGEXP to FACE.
+  "Highlight all lines that match REGEXP using FACE.
+The lines that match REGEXP will be displayed by merging
+the attributes of FACE with any other face attributes
+of text in those lines.
+
 Interactively, prompt for REGEXP using `read-regexp', then FACE.
 Use the global history list for FACE.