]> code.delx.au - gnu-emacs/blobdiff - man/abbrevs.texi
(General Variables): Update the docs according to current behavior
[gnu-emacs] / man / abbrevs.texi
index b15bfc04700ba1d63e44c8d1eef494a888bf7bc4..50efaf5b32470f1aa1f61b7b704802ac5d792d8a 100644 (file)
@@ -19,9 +19,9 @@ to expand the letters in the buffer before point by looking for other
 words in the buffer that start with those letters.  @xref{Dynamic
 Abbrevs}.
 
-`Hippie' expansion generalizes abbreviation expansion.
-@xref{Hippie Expand, `Hippie' Expansion, autotype, Features for
-Automatic Typing}.
+``Hippie'' expansion generalizes abbreviation expansion.  @xref{Hippie
+Expand, , ``Hippie'' Expansion, autotype, Features for Automatic
+Typing}.
 
 @menu
 * Abbrev Concepts::   Fundamentals of defined abbrevs.
@@ -212,7 +212,8 @@ once.  This command is effective even if Abbrev mode is not enabled.
 
 @table @kbd
 @item M-x list-abbrevs
-Display a list of all abbrev definitions.
+Display a list of all abbrev definitions.  With numeric argument, list
+only local abbrevs.
 @item M-x edit-abbrevs
 Edit a list of abbrevs; you can add, alter or remove definitions.
 @end table
@@ -348,11 +349,11 @@ 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
-  A more fine control on which buffers are scanned is possible by
-customizing the variable @code{dabbrev-ignore-regexps}, whch should
-contain a list of regular expressions.  Buffers matching a regular
-expression from that list are not searched.
+@vindex dabbrev-ignored-buffer-regexps
+  For finer control over which buffers to scan, customize the variable
+@code{dabbrev-ignored-buffer-regexps}.  Its value is a list of regular
+expressions.  If a buffer's name matches any of these regular
+expressions, dynamic abbrev expansion skips that buffer.
 
   A negative argument to @kbd{M-/}, as in @kbd{C-u - M-/}, says to
 search first for expansions after point, and second for expansions