From e597afcb8ba631d19988f77c7f3d9cd46444b542 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 17 Mar 2009 10:32:20 +0000 Subject: [PATCH] * emacs-lisp/benchmark.el (benchmark): Reflow docstring. --- lisp/ChangeLog | 14 +++++++++----- lisp/emacs-lisp/benchmark.el | 4 ++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f42b5d59b8..141ead4f58 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 ec16973ead..ce7b1ebc39 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)))) -- 2.20.1