bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

eval-last-sexp documentation


From: Deepak Goel
Subject: eval-last-sexp documentation
Date: 22 Jun 2001 21:20:28 -0400

(emacs-version)
"GNU Emacs 20.3.1 (sparc-sun-solaris2.6, X toolkit)
 of Tue Oct 20 1998 on attitude.csc.umd.edu"


(defun eval-last-sexp (eval-last-sexp-arg-internal)
  "Evaluate sexp before point; print value in minibuffer.
With argument, print output into current buffer."
  (interactive "P")


Seeing as the argument is not optional, i think the documentation
should say:
  "Evaluate sexp before point; print value in minibuffer.
With non-nil argument, print output into current buffer." ...



--
Deepak, http://www.glue.umd.edu/~deego
Emacs is the editor that just keeps on giving.         -- Alex Schroeder.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]