aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorPaul Eggert2017-02-16 09:17:45 -0800
committerPaul Eggert2017-02-16 09:18:21 -0800
commitcb70725584a754a491ddad82c42278f17c714a2f (patch)
treeb5ad6679f60932e516cb4769d878f37ec9814780 /src/lisp.h
parent0b544b676473dedf34c6cb6a3315bec1f42d7162 (diff)
downloademacs-cb70725584a754a491ddad82c42278f17c714a2f.tar.gz
emacs-cb70725584a754a491ddad82c42278f17c714a2f.zip
; Spelling, punctuation and minor wording fixes
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index f1e2685702d..080bcf74ce6 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -4615,7 +4615,7 @@ struct for_each_tail_internal
4615 This macro uses maybe_quit because of an excess of caution. The 4615 This macro uses maybe_quit because of an excess of caution. The
4616 call to maybe_quit should not be needed in practice, as a very long 4616 call to maybe_quit should not be needed in practice, as a very long
4617 list, whether circular or not, will cause Emacs to be so slow in 4617 list, whether circular or not, will cause Emacs to be so slow in
4618 other noninterruptible areas (e.g., garbage collection) that there 4618 other uninterruptible areas (e.g., garbage collection) that there
4619 is little point to calling maybe_quit here. */ 4619 is little point to calling maybe_quit here. */
4620 4620
4621#define FOR_EACH_TAIL_INTERNAL(tail, cycle, check_quit) \ 4621#define FOR_EACH_TAIL_INTERNAL(tail, cycle, check_quit) \