aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/hi-lock.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2003-02-04 11:26:42 +0000
committerJuanma Barranquero <[email protected]>2003-02-04 11:26:42 +0000
commit71296446d3cec5bb2a27bc5ad6da574df38d0ec8 (patch)
tree0204c3c252547a44e2404959409034406f7680cd /lisp/hi-lock.el
parent693ff6134cb2ec65c7d188696f012662edadfbf0 (diff)
Trailing whitespace deleted.
Diffstat (limited to 'lisp/hi-lock.el')
-rw-r--r--lisp/hi-lock.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el
index 85f4427952..2d96ac9848 100644
--- a/lisp/hi-lock.el
+++ b/lisp/hi-lock.el
@@ -23,7 +23,7 @@
;; Boston, MA 02111-1307, USA.
;;; Commentary:
-;;
+;;
;; With the hi-lock commands text matching interactively entered
;; regexp's can be highlighted. For example, `M-x highlight-regexp
;; RET clearly RET RET' will highlight all occurrences of `clearly'
@@ -58,7 +58,7 @@
;; to the edit menu.
;;
;; (hi-lock-mode 1)
-;;
+;;
;; You might also want to bind the hi-lock commands to more
;; finger-friendly sequences:
@@ -259,7 +259,7 @@ which can be called interactively, are:
Highlight matches of phrase PHRASE in current buffer with FACE.
(PHRASE can be any REGEXP, but spaces will be replaced by matches
to whitespace and initial lower-case letters will become case insensitive.)
-
+
\\[highlight-lines-matching-regexp] REGEXP FACE
Highlight lines containing matches of REGEXP in current buffer with FACE.