diff options
author | Glenn Morris <rgm@gnu.org> | 2007-04-13 03:01:45 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-04-13 03:01:45 +0000 |
commit | 41a023e3b7585191a525608a4c0a774337b5fff2 (patch) | |
tree | 2a5f529a099c16229ed58fd4888cfd792763479e | |
parent | fc6ee824d16ca00909f45f76ba14148447e2de7c (diff) |
Fix typo.
-rw-r--r-- | etc/COOKIES | 2 | ||||
-rw-r--r-- | etc/ORDERS | 2 | ||||
-rw-r--r-- | etc/TODO | 2 | ||||
-rw-r--r-- | lisp/ChangeLog | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/etc/COOKIES b/etc/COOKIES index fa8894795f..1d8c0955d4 100644 --- a/etc/COOKIES +++ b/etc/COOKIES @@ -26,7 +26,7 @@ Cream together: 2 cups butter 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 --git a/etc/ORDERS b/etc/ORDERS index 8c612a1b1b..e08931e7ea 100644 --- a/etc/ORDERS +++ b/etc/ORDERS @@ -8,6 +8,6 @@ For more information, see the order form on the web at 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 <http://www.gnu.org/help/donate.html>. @@ -528,7 +528,7 @@ but which can also be used as a modifier). * 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index e5ecd6e081..66df4f750b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,7 +6,7 @@ 2007-04-12 Nick Roberts <nickrob@snap.net.nz> - * 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 |