Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
89b74829
Commit
89b74829
authored
Nov 07, 2016
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/simple.el (set-mark-command): Doc fix. (Bug#24890)
parent
3b199f7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/simple.el
lisp/simple.el
+2
-2
No files found.
lisp/simple.el
View file @
89b74829
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment