# HG changeset patch # User Glenn Morris # Date 1176433305 0 # Node ID 0ebcdaee8a4e9a507c45b6a2dfaf15d49a0006fe # Parent da6223a564e8603e3af296383e4a26abb99ef721 Fix typo. diff -r da6223a564e8 -r 0ebcdaee8a4e etc/COOKIES --- a/etc/COOKIES Fri Apr 13 03:00:36 2007 +0000 +++ b/etc/COOKIES Fri Apr 13 03:01:45 2007 +0000 @@ -26,7 +26,7 @@ Add: 4 eggs 2 tsp. vanilla -Mis together in +Mix together in separate bowl: 4 cups flour 5 cups oatmeal (put small amounts of oatmeal in blender until it turns to diff -r da6223a564e8 -r 0ebcdaee8a4e etc/ORDERS --- a/etc/ORDERS Fri Apr 13 03:00:36 2007 +0000 +++ b/etc/ORDERS Fri Apr 13 03:01:45 2007 +0000 @@ -8,6 +8,6 @@ Your purchases will help support further development of Emacs and other free software programs. -You can also make tax-deductable donations to the Free Software +You can also make tax-deductible donations to the Free Software Foundation, a not-for-profit organization (assuming you pay US taxes) - see . diff -r da6223a564e8 -r 0ebcdaee8a4e etc/TODO --- a/etc/TODO Fri Apr 13 03:00:36 2007 +0000 +++ b/etc/TODO Fri Apr 13 03:01:45 2007 +0000 @@ -528,7 +528,7 @@ * Internal changes -** Cleanup all the GC_ mark bit stuff -- there is no longer any distiction +** Cleanup all the GC_ mark bit stuff -- there is no longer any distinction since the mark bit is no longer stored in the Lisp_Object itself. ** Merge ibuffer.el and buff-menu.el. diff -r da6223a564e8 -r 0ebcdaee8a4e lisp/ChangeLog --- a/lisp/ChangeLog Fri Apr 13 03:00:36 2007 +0000 +++ b/lisp/ChangeLog Fri Apr 13 03:01:45 2007 +0000 @@ -6,7 +6,7 @@ 2007-04-12 Nick Roberts - * progmodes/gud.el (gud-minor-mode-map): Make go button same same + * progmodes/gud.el (gud-minor-mode-map): Make go button same length as stop button to lessen flicker. (jdb): Add gud-print. (gud-find-expr): Jdb prints the expression with the value, so