changeset 3888:099851392ea7

[xemacs-hg @ 2007-03-30 14:38:39 by stephent] Fix docstring typo. <87648iyel3.fsf@uwakimon.sk.tsukuba.ac.jp>
author stephent
date Fri, 30 Mar 2007 14:38:42 +0000
parents 328ed8d54bff
children 412ea87fce38
files lisp/ChangeLog lisp/diagnose.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Mar 29 21:50:50 2007 +0000
+++ b/lisp/ChangeLog	Fri Mar 30 14:38:42 2007 +0000
@@ -1,3 +1,7 @@
+2007-03-29  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* diagnose.el (show-object-memory-usage-stats): Fix docstring typo.
+
 2007-01-23  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* cus-face.el (custom-theme-reset-faces): Move code after docstring.
--- a/lisp/diagnose.el	Thu Mar 29 21:50:50 2007 +0000
+++ b/lisp/diagnose.el	Fri Mar 30 14:38:42 2007 +0000
@@ -169,7 +169,7 @@
 
 
 (defun show-object-memory-usage-stats ()
-  "Show statistics about object memeory usage in XEmacs."
+  "Show statistics about object memory usage in XEmacs."
   (interactive)
   (garbage-collect)
   (let ((buffer "*object memory usage statistics*")