changeset 102620:ace8aa76b9b5

* emacs-lisp/benchmark.el (benchmark): Reflow docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 17 Mar 2009 10:32:20 +0000
parents f40356cf5650
children 7183ab1b842a
files lisp/ChangeLog lisp/emacs-lisp/benchmark.el
diffstat 2 files changed, 12 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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  <lekktu@gmail.com>
+
+	* emacs-lisp/benchmark.el (benchmark): Reflow docstring.
+
 2009-03-17  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (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  <cyd@stupidchicken.com>
 
 	* minibuffer.el (minibuffer-complete-and-exit): Doc fix.
 
-2009-03-16  David Reitter <david.reitter@gmail.com>
-
-	* faces.el (set-face-attributes-from-resources,
-	face-set-after-frame-default): Do not import X resources on NS
+2009-03-16  David Reitter  <david.reitter@gmail.com>
+
+	* 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  <rms@gnu.org>
--- 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))))