comparison lisp/hilit-chg.el @ 91005:424b655804ca

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 846-851) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 88-92) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 242-244) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-246
author Miles Bader <miles@gnu.org>
date Mon, 13 Aug 2007 13:48:35 +0000
parents f55f9811f5d7 7c8949dbfa0d
children 606f2d163a64
comparison
equal deleted inserted replaced
91004:f72cf5b2ab11 91005:424b655804ca
129 ;; * nil -- then no buffers are suitable; 129 ;; * nil -- then no buffers are suitable;
130 ;; * a function -- this function is called and the result is used. As 130 ;; * a function -- this function is called and the result is used. As
131 ;; an example, if the value is `buffer-file-name' then all buffers 131 ;; an example, if the value is `buffer-file-name' then all buffers
132 ;; who are visiting files are suitable, but others (like dired 132 ;; who are visiting files are suitable, but others (like dired
133 ;; buffers) are not; 133 ;; buffers) are not;
134 ;; * a list -- then the buffer is suitable iff its mode is in the 134 ;; * a list -- then the buffer is suitable if its mode is in the
135 ;; list, except if the first element is `not', in which case the test 135 ;; list, except if the first element is `not', in which case the test
136 ;; is reversed (i.e. it is a list of unsuitable modes). 136 ;; is reversed (i.e. it is a list of unsuitable modes).
137 ;; * Otherwise, the buffer is suitable if its name does not begin with 137 ;; * Otherwise, the buffer is suitable if its name does not begin with
138 ;; ` ' or `*' and if `buffer-file-name' returns true. 138 ;; ` ' or `*' and if `buffer-file-name' returns true.
139 ;; 139 ;;