diff options
author | Lute Kamstra <lute@gnu.org> | 2005-02-06 13:38:01 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-02-06 13:38:01 +0000 |
commit | 82d3c425926a4becc942a2435b25492cee3cff27 (patch) | |
tree | 81a30222c22efca45e63759673f8e5b009fde003 | |
parent | 3606516c37e3cfd094f2ad9cff4d49c3202e0004 (diff) | |
download | emacs-82d3c425926a4becc942a2435b25492cee3cff27.tar.gz |
(Expanding Abbrevs): Fix previous fix.
-rw-r--r-- | man/abbrevs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/abbrevs.texi b/man/abbrevs.texi index 1b8b84444ed..9ecdac7044f 100644 --- a/man/abbrevs.texi +++ b/man/abbrevs.texi @@ -160,7 +160,7 @@ insert it and then insert a punctuation or whitespace character to expand it. outer otter}; @samp{Foo} into @samp{Find outer otter}, and @samp{FOO} into @samp{FIND OUTER OTTER} or @samp{Find Outer Otter} according to the variable @code{abbrev-all-caps} (setting it non-@code{nil} specifies -@samp{FIND OUTER OTTER}. +@samp{FIND OUTER OTTER}). These commands are used to control abbrev expansion: |