]> git.eshelyaron.com Git - emacs.git/commitdiff
(Highlight Interactively): `t' does not mean highlight all patterns.
authorGlenn Morris <rgm@gnu.org>
Mon, 11 Jan 2010 03:03:38 +0000 (19:03 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 11 Jan 2010 03:03:38 +0000 (19:03 -0800)
(Bug#5335)

doc/emacs/ChangeLog
doc/emacs/display.texi

index 8d7b5383d7241f8c50d6abfcb599ccb50f908779..77864c63f4cad7dabe14342b730f742cd5f64777 100644 (file)
@@ -1,3 +1,8 @@
+2010-01-11  Glenn Morris  <rgm@gnu.org>
+
+       * display.texi (Highlight Interactively): `t' does not mean highlight
+       all patterns.  (Bug#5335)
+
 2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
 
        * misc.texi (Shell): Document async-shell-command.
index 8f99e71ceab18728917cf66a2ab13d2c0067de1e..c7afe5445a6d2e9b0269c17d498abc16d5e61be3 100644 (file)
@@ -1,6 +1,8 @@
 @c This is part of the Emacs manual.
 @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
-@c   2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+@c   2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+@c   Free Software Foundation, Inc.
+
 @c See file emacs.texi for copying conditions.
 @node Display, Search, Registers, Top
 @chapter Controlling the Display
@@ -775,15 +777,14 @@ have Hi Lock highlight the edited patterns.
 
 @vindex hi-lock-file-patterns-policy
 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 non-@code{nil}, 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.
+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{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 non-@code{nil}, the patterns are used.  The default
+is @code{ask}.  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