emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99293: (Highlight Interactively): `t


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99293: (Highlight Interactively): `t' does not mean highlight all patterns.
Date: Sun, 10 Jan 2010 19:03:38 -0800
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99293
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2010-01-10 19:03:38 -0800
message:
  (Highlight Interactively): `t' does not mean highlight all patterns.
  (Bug#5335)
modified:
  doc/emacs/ChangeLog
  doc/emacs/display.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2009-12-30 13:19:53 +0000
+++ b/doc/emacs/ChangeLog       2010-01-11 03:03:38 +0000
@@ -1,3 +1,8 @@
+2010-01-11  Glenn Morris  <address@hidden>
+
+       * display.texi (Highlight Interactively): `t' does not mean highlight
+       all patterns.  (Bug#5335)
+
 2009-12-29  Chong Yidong  <address@hidden>
 
        * misc.texi (Shell): Document async-shell-command.

=== modified file 'doc/emacs/display.texi'
--- a/doc/emacs/display.texi    2009-12-25 20:00:32 +0000
+++ b/doc/emacs/display.texi    2010-01-11 03:03:38 +0000
@@ -1,6 +1,8 @@
 @c This is part of the Emacs manual.
 @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
address@hidden   2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software 
Foundation, Inc.
address@hidden   2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
address@hidden   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 @@
 
 @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,
address@hidden calls it with the patterns as argument;
-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.
+Lock mode should automatically extract and highlight patterns found in a
+file when it is visited.  Its value can be @code{nil} (never highlight),
address@hidden (query the user), or a function.  If it is a function,
address@hidden calls it with the patterns as argument; if
+the function returns address@hidden, the patterns are used.  The default
+is @code{ask}.  Note that patterns are always highlighted if you call
address@hidden 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]