summaryrefslogtreecommitdiff
path: root/doc/lispref/commands.texi
diff options
context:
space:
mode:
authorMatt Armstrong <matt@rfc20.org>2021-02-17 23:33:21 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2021-02-17 23:33:32 +0100
commit79940d038f27c46507377a91fcf07fe94b80111a (patch)
tree9a052862db0f8d39a06dbdc55730a1729fd5b878 /doc/lispref/commands.texi
parentfbc9c59b9eb02d49f426341ee32334784d224ce4 (diff)
downloademacs-79940d038f27c46507377a91fcf07fe94b80111a.tar.gz
emacs-79940d038f27c46507377a91fcf07fe94b80111a.tar.bz2
emacs-79940d038f27c46507377a91fcf07fe94b80111a.zip
doc/lispref/commands.texi (Command Modes): Fix typo.
* doc/lispref/commands.texi (Command Modes): Fix typo.
Diffstat (limited to 'doc/lispref/commands.texi')
-rw-r--r--doc/lispref/commands.texi4
1 files changed, 2 insertions, 2 deletions
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