# HG changeset patch # User Karl Heuer # Date 930519934 0 # Node ID 485668a57232547eb572a4641b3a11af889c25e6 # Parent dcb1db1b1105a5409f1f8575be3eade4faad0821 (eval-defun): Doc fix. diff -r dcb1db1b1105 -r 485668a57232 lisp/emacs-lisp/lisp-mode.el --- a/lisp/emacs-lisp/lisp-mode.el Sun Jun 27 21:43:52 1999 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Sun Jun 27 21:45:34 1999 +0000 @@ -346,7 +346,13 @@ (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")