Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
de9606f0
Commit
de9606f0
authored
May 18, 2007
by
Richard M. Stallman
Browse files
(push-mark): Doc fix.
parent
64953c0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/simple.el
lisp/simple.el
+1
-2
No files found.
lisp/ChangeLog
View file @
de9606f0
2007-05-18 Richard Stallman <rms@gnu.org>
* simple.el (push-mark): Doc fix.
2007-05-18 Rob Riepel <riepel@Stanford.EDU>
* emulation/tpu-edt.el (CSI-map, SS3-map) Moved from global-map to
lisp/simple.el
View file @
de9606f0
...
...
@@ -3271,12 +3271,11 @@ purposes. See the documentation of `set-mark' for more information."
If
the
last
global
mark
pushed
was
not
in
the
current
buffer,
also
push
LOCATION
on
the
global
mark
ring.
Display
`
Mark
set
'
unless
the
optional
second
arg
NOMSG
is
non-nil.
In
Transient
Mark
mode,
activate
mark
if
optional
third
arg
ACTIVATE
non-nil.
Novice
Emacs
Lisp
programmers
often
try
to
use
the
mark
for
the
wrong
purposes.
See
the
documentation
of
`
set-mark
'
for
more
information.
In
Transient
Mark
mode,
this
does
not
activate
the
mark
.
"
In
Transient
Mark
mode,
activate
mark
if
optional
third
arg
ACTIVATE
non-nil
.
"
(unless (null (mark t))
(setq mark-ring (cons (copy-marker (mark-marker)) mark-ring))
(when (> (length mark-ring) mark-ring-max)
...
...
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