diff options
| author | Paul Eggert | 2017-02-16 09:17:45 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-02-16 09:18:21 -0800 |
| commit | cb70725584a754a491ddad82c42278f17c714a2f (patch) | |
| tree | b5ad6679f60932e516cb4769d878f37ec9814780 /src | |
| parent | 0b544b676473dedf34c6cb6a3315bec1f42d7162 (diff) | |
| download | emacs-cb70725584a754a491ddad82c42278f17c714a2f.tar.gz emacs-cb70725584a754a491ddad82c42278f17c714a2f.zip | |
; Spelling, punctuation and minor wording fixes
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.11 | 2 | ||||
| -rw-r--r-- | src/lisp.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index c9ebce99265..365fc277a9a 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 | |||
| @@ -10673,7 +10673,7 @@ | |||
| 10673 | Try font from Ffont_get_system_font. | 10673 | Try font from Ffont_get_system_font. |
| 10674 | Do not get font from x_default_parameter if we got one from | 10674 | Do not get font from x_default_parameter if we got one from |
| 10675 | Ffont_get_system_font. | 10675 | Ffont_get_system_font. |
| 10676 | (Fx_select_font): Get the defaut font name from :name of FRAME_FONT(f). | 10676 | (Fx_select_font): Get the default font name from :name of FRAME_FONT(f). |
| 10677 | 10677 | ||
| 10678 | * w32font.c (w32font_driver): Initialize all members. | 10678 | * w32font.c (w32font_driver): Initialize all members. |
| 10679 | 10679 | ||
diff --git a/src/lisp.h b/src/lisp.h index f1e2685702d..080bcf74ce6 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -4615,7 +4615,7 @@ struct for_each_tail_internal | |||
| 4615 | This macro uses maybe_quit because of an excess of caution. The | 4615 | This macro uses maybe_quit because of an excess of caution. The |
| 4616 | call to maybe_quit should not be needed in practice, as a very long | 4616 | call to maybe_quit should not be needed in practice, as a very long |
| 4617 | list, whether circular or not, will cause Emacs to be so slow in | 4617 | list, whether circular or not, will cause Emacs to be so slow in |
| 4618 | other noninterruptible areas (e.g., garbage collection) that there | 4618 | other uninterruptible areas (e.g., garbage collection) that there |
| 4619 | is little point to calling maybe_quit here. */ | 4619 | is little point to calling maybe_quit here. */ |
| 4620 | 4620 | ||
| 4621 | #define FOR_EACH_TAIL_INTERNAL(tail, cycle, check_quit) \ | 4621 | #define FOR_EACH_TAIL_INTERNAL(tail, cycle, check_quit) \ |