diff options
author | Lute Kamstra <lute@gnu.org> | 2005-02-06 13:11:39 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-02-06 13:11:39 +0000 |
commit | dd3748b3407e04ed2f77eb52a5070de228d09781 (patch) | |
tree | f32266944de6f877ffeed9bc3ee0128332022f14 /man/abbrevs.texi | |
parent | 56c30d721096a64f151f9ea6e3c76562380da895 (diff) | |
download | emacs-dd3748b3407e04ed2f77eb52a5070de228d09781.tar.gz |
(Expanding Abbrevs): Fix typo.
Diffstat (limited to 'man/abbrevs.texi')
-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 25162ba1f72..1b8b84444ed 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: |