CVS update by stephent xemacs/lisp ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Fri Mar 30 10:38:48 EDT 2007


  User: stephent
  Date: 07/03/30 16:38:48

  Modified:    xemacs/lisp ChangeLog diagnose.el
Log:
Fix docstring typo. <87648iyel3.fsf at uwakimon.sk.tsukuba.ac.jp>

Revision  Changes    Path
1.788     +4 -0      XEmacs/xemacs/lisp/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/ChangeLog,v
retrieving revision 1.787
retrieving revision 1.788
diff -u -p -r1.787 -r1.788
--- ChangeLog	2007/02/22 16:53:20	1.787
+++ ChangeLog	2007/03/30 14:38:39	1.788
@@ -1,3 +1,7 @@
+2007-03-29  Stephen J. Turnbull  <stephen at xemacs.org>
+
+	* diagnose.el (show-object-memory-usage-stats): Fix docstring typo.
+
 2007-01-23  Stephen J. Turnbull  <stephen at xemacs.org>
 
 	* cus-face.el (custom-theme-reset-faces): Move code after docstring.



1.11      +1 -1      XEmacs/xemacs/lisp/diagnose.el

Index: diagnose.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/diagnose.el,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- diagnose.el	2006/03/31 08:39:10	1.10
+++ diagnose.el	2007/03/30 14:38:42	1.11
@@ -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*")





More information about the XEmacs-CVS mailing list