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
7450fd36
Commit
7450fd36
authored
Dec 24, 2009
by
Stefan Monnier
Browse files
(Fsave_excursion): Mention save-current-buffer in the docstring.
parent
dc1dcfa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/editfns.c
src/editfns.c
+3
-0
No files found.
src/editfns.c
View file @
7450fd36
...
...
@@ -997,6 +997,9 @@ functions that change the buffer will still cause deactivation
of the mark at the end of the command. To prevent that, bind
`deactivate-mark' with `let'.
If you only want to save the current buffer but not point nor mark,
then just use `save-current-buffer', or even `with-current-buffer'.
usage: (save-excursion &rest BODY) */
)
(
args
)
Lisp_Object
args
;
...
...
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