diff options
| author | Karl Heuer | 1994-11-16 02:34:40 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-11-16 02:34:40 +0000 |
| commit | 5dad8282468f033cd466e6dd831e9cc76fa4c4ff (patch) | |
| tree | a10c78f21a81598910061b118eb32de1f037859c /src | |
| parent | 41d86b135331a7cc7f632c6855c412104718b891 (diff) | |
| download | emacs-5dad8282468f033cd466e6dd831e9cc76fa4c4ff.tar.gz emacs-5dad8282468f033cd466e6dd831e9cc76fa4c4ff.zip | |
Fix typo in comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
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") | |||
| 1904 | if (*vecp == Qlambda) | 1904 | if (*vecp == Qlambda) |
| 1905 | return Qnil; | 1905 | return Qnil; |
| 1906 | changed: | 1906 | changed: |
| 1907 | /* Start with 1 so there is room for at least on lambda at the end. */ | 1907 | /* Start with 1 so there is room for at least one lambda at the end. */ |
| 1908 | n = 1; | 1908 | n = 1; |
| 1909 | FOR_EACH_FRAME (tail, frame) | 1909 | FOR_EACH_FRAME (tail, frame) |
| 1910 | n++; | 1910 | n++; |