From: Juanma Barranquero Date: Tue, 17 Mar 2009 10:32:20 +0000 (+0000) Subject: * emacs-lisp/benchmark.el (benchmark): Reflow docstring. X-Git-Tag: emacs-pretest-23.0.92~151 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e597afcb8ba631d19988f77c7f3d9cd46444b542;p=emacs.git * emacs-lisp/benchmark.el (benchmark): Reflow docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f42b5d59b83..141ead4f580 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,16 +1,20 @@ +2009-03-17 Juanma Barranquero + + * emacs-lisp/benchmark.el (benchmark): Reflow docstring. + 2009-03-17 ARISAWA Akihiro (tiny change) - * international/characters.el (cjk-char-width-table): Add - cp932-2-byte. + * international/characters.el (cjk-char-width-table): + Add cp932-2-byte. 2009-03-17 Chong Yidong * minibuffer.el (minibuffer-complete-and-exit): Doc fix. -2009-03-16 David Reitter +2009-03-16 David Reitter - * faces.el (set-face-attributes-from-resources, - face-set-after-frame-default): Do not import X resources on NS + * faces.el (set-face-attributes-from-resources) + (face-set-after-frame-default): Do not import X resources on NS because NS does not have system-wide X resources. 2009-03-16 Richard M Stallman diff --git a/lisp/emacs-lisp/benchmark.el b/lisp/emacs-lisp/benchmark.el index ec16973eadf..ce7b1ebc39e 100644 --- a/lisp/emacs-lisp/benchmark.el +++ b/lisp/emacs-lisp/benchmark.el @@ -104,8 +104,8 @@ result. The overhead of the `lambda's is accounted for." ;;;###autoload (defun benchmark (repetitions form) "Print the time taken for REPETITIONS executions of FORM. -Interactively, REPETITIONS is taken from the prefix arg. For -non-interactive use see also `benchmark-run' and +Interactively, REPETITIONS is taken from the prefix arg. +For non-interactive use see also `benchmark-run' and `benchmark-run-compiled'." (interactive "p\nxForm: ") (let ((result (eval `(benchmark-run ,repetitions ,form))))