]> git.eshelyaron.com Git - emacs.git/commitdiff
doc/lispref/commands.texi (Command Modes): Fix typo.
authorMatt Armstrong <matt@rfc20.org>
Wed, 17 Feb 2021 22:33:21 +0000 (23:33 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 17 Feb 2021 22:33:32 +0000 (23:33 +0100)
* doc/lispref/commands.texi (Command Modes): Fix typo.

doc/lispref/commands.texi

index 85376cc459878d4b7683692f4671dc08c6b262f4..e171c3e168def8eee7b37c6cf1b0142dceac4467 100644 (file)
@@ -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