Nor do you need "to to".
- Vin
On 8/7/06, Jerry James <james(a)xemacs.org> wrote:
QUERY
Aidan Kehoe <kehoea(a)parhasard.net> wrote:
> Index: src/doc.c
> ===================================================================
> RCS file: /pack/xemacscvs/XEmacs/xemacs/src/doc.c,v
> retrieving revision 1.38
> diff -u -u -r1.38 doc.c
> --- src/doc.c 2006/05/21 18:35:31 1.38
> +++ src/doc.c 2006/08/06 16:34:28
> @@ -742,6 +742,10 @@
> 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
> + file. */
> + assert((end - p - 2) > -1);
> sym = oblookup (Vobarray, p + 2, end - p - 2);
> if (SYMBOLP (sym))
> {
There is a typo in the first line of your comment. You don't need both
"with" and "of" before "this assertion".
Regards,
--
Jerry James, Assistant Professor james(a)xemacs.org
Computer Science Department
http://www.cs.usu.edu/~jerry/
Utah State University
--
Whoever you are, no matter how lonely,
the world offers itself to your imagination,
calls to you like the wild geese, harsh and exciting--
over and over announcing your place
in the family of things. Mary Oliver