[AC21.5] Fix typo in docstring
Stephen J. Turnbull
stephen at xemacs.org
Fri Mar 30 10:46:00 EDT 2007
APPROVE COMMIT 21.5
Not relevant to 21.4 AFAICS.
chibi:git-integration steve$ cvs diff version.sh lisp/ChangeLog lisp/diagnose.el
Index: lisp/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/ChangeLog,v
retrieving revision 1.787
diff -u -r1.787 ChangeLog
--- lisp/ChangeLog 22 Feb 2007 16:53:20 -0000 1.787
+++ lisp/ChangeLog 30 Mar 2007 14:29:07 -0000
@@ -0,0 +1,4 @@
+2007-03-29 Stephen J. Turnbull <stephen at xemacs.org>
+
+ * diagnose.el (show-object-memory-usage-stats): Fix docstring typo.
+
Index: lisp/diagnose.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/diagnose.el,v
retrieving revision 1.10
diff -u -r1.10 diagnose.el
--- lisp/diagnose.el 31 Mar 2006 08:39:10 -0000 1.10
+++ lisp/diagnose.el 30 Mar 2007 14:29:07 -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*")
More information about the XEmacs-Patches
mailing list