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
6bbd4600
Commit
6bbd4600
authored
Jul 15, 2009
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* markers.texi (The Mark): Document optional arg to deactivate-mark.
parent
f9be2e35
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/markers.texi
doc/lispref/markers.texi
+4
-3
No files found.
doc/lispref/ChangeLog
View file @
6bbd4600
2009
-
07
-
15
Chong
Yidong
<
cyd
@
stupidchicken
.
com
>
*
markers
.
texi
(
The
Mark
):
Document
optional
arg
to
deactivate
-
mark
.
2009
-
07
-
11
Kevin
Ryde
<
user42
@
zip
.
com
.
au
>
*
hooks
.
texi
(
Standard
Hooks
):
Fix
cross
-
references
.
...
...
doc/lispref/markers.texi
View file @
6bbd4600
...
...
@@ -576,9 +576,10 @@ modification. For example:
@end example
@end defvar
@defun deactivate-mark
This function deactivates the mark, if Transient Mark mode is enabled.
Otherwise it does nothing.
@defun deactivate-mark &optional force
This function deactivates the mark, provided Transient Mark mode is
enabled or @var{force} is non-@code{nil}. Deactivating the mark also
runs @code{deactivate-mark-hook}, described below.
@end defun
@defvar mark-active
...
...
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