diff options
author | Dave Love <fx@gnu.org> | 2000-08-22 18:49:28 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-08-22 18:49:28 +0000 |
commit | b6dd59630fa83497426f23396f4be11ab578b27f (patch) | |
tree | 1f46fb973b850f5629003400370bb43d5bb586b7 /man/abbrevs.texi | |
parent | e2b1c016fed45c39758bf162e80c01b54e8b46a4 (diff) | |
download | emacs-b6dd59630fa83497426f23396f4be11ab578b27f.tar.gz |
*** empty log message ***
Diffstat (limited to 'man/abbrevs.texi')
-rw-r--r-- | man/abbrevs.texi | 4 |
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. buffers, unless you have set @code{dabbrev-check-all-buffers} to @code{nil}. -@vindex dabbrev-ignore-regexps +@vindex dabbrev-ignored-regexps A more fine control on which buffers are scanned is possible by -customizing the variable @code{dabbrev-ignore-regexps}, whch should +customizing the variable @code{dabbrev-ignored-regexps}, whch should contain a list of regular expressions. Buffers matching a regular expression from that list are not searched. |