# HG changeset patch # User Luc Teirlinck # Date 1073950109 0 # Node ID 3a95b6e83d47659790020371cbf7313acfd84861 # Parent e958d75787b04ddd2c06afcb120a0ed168967edd (compile-defun): Doc fix. diff -r e958d75787b0 -r 3a95b6e83d47 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Mon Jan 12 23:26:55 2004 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Mon Jan 12 23:28:29 2004 +0000 @@ -10,7 +10,7 @@ ;;; This version incorporates changes up to version 2.10 of the ;;; Zawinski-Furuseth compiler. -(defconst byte-compile-version "$Revision: 2.138 $") +(defconst byte-compile-version "$Revision: 2.139 $") ;; This file is part of GNU Emacs. @@ -75,7 +75,7 @@ ;; User customization variables: ;; ;; byte-compile-verbose Whether to report the function currently being -;; compiled in the minibuffer; +;; compiled in the echo area; ;; byte-optimize Whether to do optimizations; this may be ;; t, nil, 'source, or 'byte; ;; byte-optimize-log Whether to report (in excruciating detail) @@ -1658,7 +1658,7 @@ ;;;###autoload (defun compile-defun (&optional arg) "Compile and evaluate the current top-level form. -Print the result in the minibuffer. +Print the result in the echo area. With argument, insert value in current buffer after the form." (interactive "P") (save-excursion