]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor improvement in "Text" chapter of Emacs manual
authorEli Zaretskii <eliz@gnu.org>
Mon, 29 Jan 2018 16:39:04 +0000 (18:39 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 29 Jan 2018 16:39:04 +0000 (18:39 +0200)
* doc/emacs/text.texi (Words): Improve wording.  Reported by
Marcin Borkowski <mbork@mbork.pl> in
http://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00784.html.

doc/emacs/text.texi

index 969548d38ee5bc0b1c30945774770f93710359e7..e3541a18df3a889b4fc8a85b1d08f89dc6d95241 100644 (file)
@@ -101,7 +101,7 @@ Kill up to the end of a word (@code{kill-word}).
 @item M-@key{DEL}
 Kill back to the beginning of a word (@code{backward-kill-word}).
 @item M-@@
-Mark the end of the next word (@code{mark-word}).
+Set mark at the end of the next word (@code{mark-word}).
 @item M-t
 Transpose two words or drag a word across others
 (@code{transpose-words}).