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
a7a8618b
Commit
a7a8618b
authored
Oct 05, 2009
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(eval-expression): Doc fix.
parent
8842cd9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/simple.el
lisp/simple.el
+5
-4
No files found.
lisp/ChangeLog
View file @
a7a8618b
2009-10-05 Eli Zaretskii <eliz@gnu.org>
* simple.el (eval-expression): Doc fix.
* progmodes/cwarn.el (cwarn-mode): Doc fix.
2009-10-05 Michael Albinus <michael.albinus@gmx.de>
...
...
lisp/simple.el
View file @
a7a8618b
...
...
@@ -1110,10 +1110,11 @@ display the result of expression evaluation."
&optional
eval-expression-insert-value
)
"Evaluate EVAL-EXPRESSION-ARG and print value in the echo area.
Value is also consed on to front of the variable `values'.
Optional argument EVAL-EXPRESSION-INSERT-VALUE, if non-nil, means
insert the result into the current buffer instead of printing it in
the echo area. Truncates long output according to the value of the
variables `eval-expression-print-length' and `eval-expression-print-level'.
Optional argument EVAL-EXPRESSION-INSERT-VALUE non-nil (interactively,
with prefix argument) means insert the result into the current buffer
instead of printing it in the echo area. Truncates long output
according to the value of the variables `eval-expression-print-length'
and `eval-expression-print-level'.
If `eval-expression-debug-on-error' is non-nil, which is the default,
this command arranges for all errors to enter the debugger."
...
...
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