# HG changeset patch # User Juanma Barranquero # Date 1237285940 0 # Node ID ace8aa76b9b543090b0c749ee3ccce2e760df711 # Parent f40356cf565037dcc559a324f762c52d69dfb8ab * emacs-lisp/benchmark.el (benchmark): Reflow docstring. diff -r f40356cf5650 -r ace8aa76b9b5 lisp/ChangeLog --- a/lisp/ChangeLog Tue Mar 17 10:26:25 2009 +0000 +++ b/lisp/ChangeLog Tue Mar 17 10:32:20 2009 +0000 @@ -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 - - * faces.el (set-face-attributes-from-resources, - face-set-after-frame-default): Do not import X resources on NS +2009-03-16 David Reitter + + * 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 -r f40356cf5650 -r ace8aa76b9b5 lisp/emacs-lisp/benchmark.el --- a/lisp/emacs-lisp/benchmark.el Tue Mar 17 10:26:25 2009 +0000 +++ b/lisp/emacs-lisp/benchmark.el Tue Mar 17 10:32:20 2009 +0000 @@ -104,8 +104,8 @@ ;;;###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))))