From: Richard M. Stallman Date: Sat, 25 Aug 2001 20:38:20 +0000 (+0000) Subject: Minor clarification. X-Git-Tag: emacs-pretest-21.0.105~76 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd30a00e854ab2b7f1388ea1ac726ac76c1a078f;p=emacs.git Minor clarification. --- diff --git a/man/commands.texi b/man/commands.texi index 4f2ef7f433a..d7bdb75ecb8 100644 --- a/man/commands.texi +++ b/man/commands.texi @@ -161,7 +161,7 @@ you can make new prefix keys, or eliminate these. @xref{Key Bindings}. If you do make or eliminate prefix keys, that changes the set of possible key sequences. For example, if you redefine @kbd{C-f} as a prefix, @kbd{C-f C-k} automatically becomes a key (complete, unless you -define it too as a prefix). Conversely, if you remove the prefix +define that too as a prefix). Conversely, if you remove the prefix definition of @kbd{C-x 4}, then @kbd{C-x 4 f} (or @kbd{C-x 4 @var{anything}}) is no longer a key.