From: Stefan Monnier Date: Sat, 14 May 2022 16:46:21 +0000 (-0400) Subject: src/lisp.h (FOR_EACH_TAIL_SAFE): Typo X-Git-Tag: emacs-29.0.90~1910^2~689 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b65a905edf57b9d6d24713c18ce26c6475b87c3e;p=emacs.git src/lisp.h (FOR_EACH_TAIL_SAFE): Typo --- diff --git a/src/lisp.h b/src/lisp.h index e76a36d2695..9ee63428d41 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -5496,7 +5496,7 @@ struct for_each_tail_internal intended for use only by the above macros. Use Brent’s teleporting tortoise-hare algorithm. See: - Brent RP. BIT. 1980;20(2):176-84. doi:10.1007/BF01933190 + Brent RP. BIT. 1980;20(2):176-184. doi:10.1007/BF01933190 https://maths-people.anu.edu.au/~brent/pd/rpb051i.pdf This macro uses maybe_quit because of an excess of caution. The