From: Matt Armstrong Date: Wed, 17 Feb 2021 22:33:21 +0000 (+0100) Subject: doc/lispref/commands.texi (Command Modes): Fix typo. X-Git-Tag: emacs-28.0.90~3672 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79940d038f27c46507377a91fcf07fe94b80111a;p=emacs.git doc/lispref/commands.texi (Command Modes): Fix typo. * doc/lispref/commands.texi (Command Modes): Fix typo. --- diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index 85376cc4598..e171c3e168d 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -597,8 +597,8 @@ Put them into three windows, selecting the last one." @subsection Specifying Modes For Commands Many commands in Emacs are general, and not tied to any specific mode. -For instance, @kbd{M-x kill-region} can be used pretty in pretty much -any mode that has editable text, and commands that display information +For instance, @kbd{M-x kill-region} can be used in pretty much any +mode that has editable text, and commands that display information (like @kbd{M-x list-buffers}) can be used in pretty much any context. Many other commands, however, are specifically tied to a mode, and