summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-01-27 17:15:58 +0000
committerEli Zaretskii <eliz@gnu.org>2001-01-27 17:15:58 +0000
commit4c5f7215bf228472d5c47dcbd231a9d3a8152713 (patch)
treea4b059e4adc7280d7f4298682ff74568bfaf2ff3 /lisp
parenta5ffa6909ae07e4539859f18c8092e77d0e5e45c (diff)
downloademacs-4c5f7215bf228472d5c47dcbd231a9d3a8152713.tar.gz
(transient-mark-mode): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 549761e2524..f81b05f13b1 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -2338,7 +2338,7 @@ incremental search, \\[beginning-of-buffer], and \\[end-of-buffer].
Many commands change their behavior when Transient Mark mode is in effect
and the mark is active, by acting on the region instead of their usual
-default part of the buffer's text. Examples of such command include
+default part of the buffer's text. Examples of such commands include
\\[comment-dwim], \\[flush-lines], \\[ispell], \\[keep-lines],
\\[query-replace], \\[query-replace-regexp], and \\[undo]. Invoke
\\[apropos-documentation] and type \"transient\" or \"mark.*active\" at