From: Karl Heuer Date: Wed, 16 Nov 1994 02:34:40 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: emacs-19.34~5892 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5dad8282468f033cd466e6dd831e9cc76fa4c4ff;p=emacs.git Fix typo in comment. --- diff --git a/src/dispnew.c b/src/dispnew.c index 787092411a5..6160535c3e6 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -1904,7 +1904,7 @@ the current state.\n") if (*vecp == Qlambda) return Qnil; changed: - /* Start with 1 so there is room for at least on lambda at the end. */ + /* Start with 1 so there is room for at least one lambda at the end. */ n = 1; FOR_EACH_FRAME (tail, frame) n++;