aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-11-07 19:04:19 +0200
committerEli Zaretskii2016-11-07 19:04:19 +0200
commit89b74829145d5646c3ab4aafaeb9e124fba04255 (patch)
tree63e702794ea689373a654b97542c096f2b68607c
parent3b199f7c77906f13a778b38a3b5fcdfb59a56ceb (diff)
downloademacs-89b74829145d5646c3ab4aafaeb9e124fba04255.tar.gz
emacs-89b74829145d5646c3ab4aafaeb9e124fba04255.zip
* lisp/simple.el (set-mark-command): Doc fix. (Bug#24890)
-rw-r--r--lisp/simple.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index ff5774e103e..dd2f0659220 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -5403,13 +5403,13 @@ after C-u \\[set-mark-command]."
5403 :group 'editing-basics) 5403 :group 'editing-basics)
5404 5404
5405(defun set-mark-command (arg) 5405(defun set-mark-command (arg)
5406 "Set the mark where point is, or jump to the mark. 5406 "Set the mark where point is, and activate it; or jump to the mark.
5407Setting the mark also alters the region, which is the text 5407Setting the mark also alters the region, which is the text
5408between point and mark; this is the closest equivalent in 5408between point and mark; this is the closest equivalent in
5409Emacs to what some editors call the \"selection\". 5409Emacs to what some editors call the \"selection\".
5410 5410
5411With no prefix argument, set the mark at point, and push the 5411With no prefix argument, set the mark at point, and push the
5412old mark position on local mark ring. Also push the old mark on 5412old mark position on local mark ring. Also push the new mark on
5413global mark ring, if the previous mark was set in another buffer. 5413global mark ring, if the previous mark was set in another buffer.
5414 5414
5415When Transient Mark Mode is off, immediately repeating this 5415When Transient Mark Mode is off, immediately repeating this