diff lisp/diagnose.el @ 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 a921f5f2aa11
children b4f4e0cc90f1
line wrap: on
line diff
--- 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*")