Mercurial > hg > xemacs-beta
diff src/doc.c @ 3548:9b8943d0d12a
[xemacs-hg @ 2006-08-07 20:33:23 by aidan]
Correct a few spelling and grammar mistakes on my part. Thank you Jerry
James, Vin Shelton.
author | aidan |
---|---|
date | Mon, 07 Aug 2006 20:33:29 +0000 |
parents | 2ba8b7a25429 |
children | 69e6352406f0 |
line wrap: on
line diff
--- a/src/doc.c Sun Aug 06 22:14:10 2006 +0000 +++ b/src/doc.c Mon Aug 07 20:33:29 2006 +0000 @@ -742,8 +742,8 @@ 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);