emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/display.texi,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/man/display.texi,v
Date: Mon, 23 Apr 2007 14:39:40 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/04/23 14:39:40

Index: display.texi
===================================================================
RCS file: /sources/emacs/emacs/man/display.texi,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -b -r1.129 -r1.130
--- display.texi        21 Apr 2007 08:23:55 -0000      1.129
+++ display.texi        23 Apr 2007 14:39:40 -0000      1.130
@@ -726,12 +726,16 @@
 have Hi Lock highlight the edited patterns.
 
 @vindex hi-lock-file-patterns-policy
-The variable @code{hi-lock-file-patterns-policy} controls whether
address@hidden should really do anything.  Its value can
-be @code{nil} (do nothing), @code{t} (extract the patterns),
address@hidden (query the user), or a function.  If it is a function,
+The variable @code{hi-lock-file-patterns-policy} controls whether Hi
+Lock mode should automatically extract and highlight patterns found in
+a file when it is visited.  Its value can be @code{nil} (never
+highlight), @code{t} (highlight the patterns), @code{ask} (query the
+user), or a function.  If it is a function,
 @code{hi-lock-find-patterns} calls it with the patterns as argument;
-if the function returns address@hidden, the patterns are used.
+if the function returns address@hidden, the patterns are used.  The
+default is @code{nil}.  Note that patterns are always highlighted if
+you call @code{hi-lock-find-patterns} directly, regardless of the
+value of this variable.
 
 @vindex hi-lock-exclude-modes
 Also, @code{hi-lock-find-patterns} does nothing if the current major




reply via email to

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