mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
(eval-defun): Doc fix.
This commit is contained in:
parent
47d1bc29bb
commit
ebc03d28d7
1 changed files with 7 additions and 1 deletions
|
|
@ -346,7 +346,13 @@ With argument, print output into current buffer."
|
||||||
|
|
||||||
(defun eval-defun (eval-defun-arg-internal)
|
(defun eval-defun (eval-defun-arg-internal)
|
||||||
"Evaluate defun that point is in or before.
|
"Evaluate defun that point is in or before.
|
||||||
Print value in minibuffer.
|
The value is displayed in the minibuffer.
|
||||||
|
If the current defun is actually a call to `defvar',
|
||||||
|
then reset the variable using the initial value expression
|
||||||
|
even if the variable already has some other value.
|
||||||
|
\(Normally `defvar' does not change the variable's value
|
||||||
|
if it already has a value.\)
|
||||||
|
|
||||||
With argument, insert value in current buffer after the defun.
|
With argument, insert value in current buffer after the defun.
|
||||||
Return the result of evaluation."
|
Return the result of evaluation."
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue