User: aidan
Date: 06/08/07 22:33:30
Modified: xemacs/src ChangeLog doc.c
Log:
Correct a few spelling and grammar mistakes on my part. Thank you Jerry
James, Vin Shelton.
Revision Changes Path
1.758 +1 -1 XEmacs/xemacs/lisp/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/ChangeLog,v
retrieving revision 1.757
retrieving revision 1.758
diff -u -p -r1.757 -r1.758
--- ChangeLog 2006/08/06 22:14:08 1.757
+++ ChangeLog 2006/08/07 20:33:23 1.758
@@ -8,7 +8,7 @@
* keydefs.el (global-tty-map):
"\C-z" is suspend-or-iconify-emacs on the TTY, not
suspend-emacs. Fixes problems that arose where pressing C-z in a
- gnuclient fram suspended the whole process.
+ gnuclient frame suspended the whole process.
2006-08-05 Aidan Kehoe <kehoea(a)parhasard.net>
1.996 +1 -1 XEmacs/xemacs/src/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.995
retrieving revision 1.996
diff -u -p -r1.995 -r1.996
--- ChangeLog 2006/08/06 16:37:31 1.995
+++ ChangeLog 2006/08/07 20:33:27 1.996
@@ -3,7 +3,7 @@
* doc.c (Fsnarf_documentation):
Add an assertion and a comment, rather than crashing in the
76584th call of hash_string when someone's using a DOC file that
- doesn't match the format.
+ doesn't conform to format.
2006-08-05 Aidan Kehoe <kehoea(a)parhasard.net>
1.40 +2 -2 XEmacs/xemacs/src/doc.c
Index: doc.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/doc.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- doc.c 2006/08/06 16:37:33 1.39
+++ doc.c 2006/08/07 20:33:29 1.40
@@ -742,8 +742,8 @@ when doc strings are referred to in the
if (p != end)
{
end = qxestrchr (p, '\n');
- /* If you trigger a failure with of this assertion, you probably
- configured with --quick-build and need to to rebuild your DOC
+ /* If you trigger a failure with this assertion, you probably
+ configured with --quick-build and need to rebuild your DOC
file. */
assert((end - p - 2) > -1);
sym = oblookup (Vobarray, p + 2, end - p - 2);
Show replies by date