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
0202508f
Commit
0202508f
authored
Jun 23, 2001
by
Richard M. Stallman
Browse files
(eval-last-sexp): Doc fix.
parent
4bd41f5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+1
-1
No files found.
lisp/emacs-lisp/lisp-mode.el
View file @
0202508f
...
...
@@ -377,7 +377,7 @@ With argument, print output into current buffer."
(
defun
eval-last-sexp
(
eval-last-sexp-arg-internal
)
"Evaluate sexp before point; print value in minibuffer.
With
argument, print output into current buffer."
Interactively, with prefix
argument, print output into current buffer."
(
interactive
"P"
)
(
if
(
null
eval-expression-debug-on-error
)
(
eval-last-sexp-1
eval-last-sexp-arg-internal
)
...
...
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