mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 20:00:46 -08:00
Fix typo in comment.
This commit is contained in:
parent
41d86b1353
commit
5dad828246
1 changed files with 1 additions and 1 deletions
|
|
@ -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++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue