emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 89b7482: * lisp/simple.el (set-mark-command): Doc


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 89b7482: * lisp/simple.el (set-mark-command): Doc fix. (Bug#24890)
Date: Mon, 7 Nov 2016 17:04:16 +0000 (UTC)

branch: emacs-25
commit 89b74829145d5646c3ab4aafaeb9e124fba04255
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/simple.el (set-mark-command): Doc fix.  (Bug#24890)
---
 lisp/simple.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index ff5774e..dd2f065 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -5403,13 +5403,13 @@ after C-u \\[set-mark-command]."
   :group 'editing-basics)
 
 (defun set-mark-command (arg)
-  "Set the mark where point is, or jump to the mark.
+  "Set the mark where point is, and activate it; or jump to the mark.
 Setting the mark also alters the region, which is the text
 between point and mark; this is the closest equivalent in
 Emacs to what some editors call the \"selection\".
 
 With no prefix argument, set the mark at point, and push the
-old mark position on local mark ring.  Also push the old mark on
+old mark position on local mark ring.  Also push the new mark on
 global mark ring, if the previous mark was set in another buffer.
 
 When Transient Mark Mode is off, immediately repeating this



reply via email to

[Prev in Thread] Current Thread [Next in Thread]