aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorDave Love2000-08-22 18:49:28 +0000
committerDave Love2000-08-22 18:49:28 +0000
commitb6dd59630fa83497426f23396f4be11ab578b27f (patch)
tree1f46fb973b850f5629003400370bb43d5bb586b7 /man
parente2b1c016fed45c39758bf162e80c01b54e8b46a4 (diff)
downloademacs-b6dd59630fa83497426f23396f4be11ab578b27f.tar.gz
emacs-b6dd59630fa83497426f23396f4be11ab578b27f.zip
*** empty log message ***
Diffstat (limited to 'man')
-rw-r--r--man/abbrevs.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/abbrevs.texi b/man/abbrevs.texi
index b15bfc04700..6588fdfd41b 100644
--- a/man/abbrevs.texi
+++ b/man/abbrevs.texi
@@ -348,9 +348,9 @@ in the buffer to search for an expansion.
348buffers, unless you have set @code{dabbrev-check-all-buffers} to 348buffers, unless you have set @code{dabbrev-check-all-buffers} to
349@code{nil}. 349@code{nil}.
350 350
351@vindex dabbrev-ignore-regexps 351@vindex dabbrev-ignored-regexps
352 A more fine control on which buffers are scanned is possible by 352 A more fine control on which buffers are scanned is possible by
353customizing the variable @code{dabbrev-ignore-regexps}, whch should 353customizing the variable @code{dabbrev-ignored-regexps}, whch should
354contain a list of regular expressions. Buffers matching a regular 354contain a list of regular expressions. Buffers matching a regular
355expression from that list are not searched. 355expression from that list are not searched.
356 356