diff options
| author | Paul Eggert | 2019-07-12 16:58:25 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-07-12 16:58:25 -0700 |
| commit | d539d5868c90cecd48d7097752d2ac995b3e60cb (patch) | |
| tree | 1cd3f5840695f714f6d99ae465d69389ec9c3a2c /lib-src | |
| parent | 1ed034b998bd76df95e8d7e2ae32ae4a3dfb3098 (diff) | |
| download | emacs-d539d5868c90cecd48d7097752d2ac995b3e60cb.tar.gz emacs-d539d5868c90cecd48d7097752d2ac995b3e60cb.zip | |
* lib-src/make-docfile.c: Fix comment typo.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/make-docfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index 368150be067..e05b3778936 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c | |||
| @@ -642,7 +642,7 @@ compare_globals (const void *a, const void *b) | |||
| 642 | 642 | ||
| 643 | /* Consider "nil" to be the least, so that iQnil is zero. That | 643 | /* Consider "nil" to be the least, so that iQnil is zero. That |
| 644 | way, Qnil's internal representation is zero, which is a bit faster. | 644 | way, Qnil's internal representation is zero, which is a bit faster. |
| 645 | Similarly, consideer "t" to be the second-least, and so forth. */ | 645 | Similarly, consider "t" to be the second-least, and so forth. */ |
| 646 | if (ga->type == SYMBOL) | 646 | if (ga->type == SYMBOL) |
| 647 | { | 647 | { |
| 648 | /* Common symbols in decreasing popularity order. */ | 648 | /* Common symbols in decreasing popularity order. */ |