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
ebc03d28
Commit
ebc03d28
authored
Jun 27, 1999
by
Karl Heuer
Browse files
(eval-defun): Doc fix.
parent
47d1bc29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+7
-1
No files found.
lisp/emacs-lisp/lisp-mode.el
View file @
ebc03d28
...
...
@@ -346,7 +346,13 @@ With argument, print output into current buffer."
(
defun
eval-defun
(
eval-defun-arg-internal
)
"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.
Return the result of evaluation."
(
interactive
"P"
)
...
...
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