mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 10:53:23 +00:00
* lib-src/make-docfile.c: Fix comment typo.
This commit is contained in:
parent
1ed034b998
commit
d539d5868c
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ compare_globals (const void *a, const void *b)
|
|||
|
||||
/* Consider "nil" to be the least, so that iQnil is zero. That
|
||||
way, Qnil's internal representation is zero, which is a bit faster.
|
||||
Similarly, consideer "t" to be the second-least, and so forth. */
|
||||
Similarly, consider "t" to be the second-least, and so forth. */
|
||||
if (ga->type == SYMBOL)
|
||||
{
|
||||
/* Common symbols in decreasing popularity order. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue