emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/hi-lock.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/hi-lock.el
Date: Fri, 04 Apr 2003 01:22:18 -0500

Index: emacs/lisp/hi-lock.el
diff -c emacs/lisp/hi-lock.el:1.17 emacs/lisp/hi-lock.el:1.18
*** emacs/lisp/hi-lock.el:1.17  Mon Nov 11 19:10:23 2002
--- emacs/lisp/hi-lock.el       Tue Feb  4 06:23:51 2003
***************
*** 23,29 ****
  ;; 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'
--- 23,29 ----
  ;; 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,64 ****
  ;;    to the edit menu.
  ;;
  ;;    (hi-lock-mode 1)
! ;;  
  ;;    You might also want to bind the hi-lock commands to more
  ;;    finger-friendly sequences:
  
--- 58,64 ----
  ;;    to the edit menu.
  ;;
  ;;    (hi-lock-mode 1)
! ;;
  ;;    You might also want to bind the hi-lock commands to more
  ;;    finger-friendly sequences:
  
***************
*** 259,265 ****
    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.
  
--- 259,265 ----
    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.
  




reply via email to

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