diff options
| author | Paul Eggert | 2014-02-10 14:15:54 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-02-10 14:15:54 -0800 |
| commit | e41fe0d346d78ea5e352a04a943fadadb46231ac (patch) | |
| tree | 19cafac4ea20dcf63fff294cd35856fb4b137593 /src/ChangeLog | |
| parent | bacb3380374de28c8ed982994ebe55b06d43294a (diff) | |
| download | emacs-e41fe0d346d78ea5e352a04a943fadadb46231ac.tar.gz emacs-e41fe0d346d78ea5e352a04a943fadadb46231ac.zip | |
Avoid "." at end of error diagnostics.
* cmds.c (Fself_insert_command): Reword and avoid "." at end.
* font.c (Ffont_at):
* nsfns.m (ns_display_info_for_name):
* nsselect.m (Fx_own_selection_internal):
* nsterm.m (performDragOperation:):
Remove "." from end of diagnostic.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fef7cf0e47f..5583e1a7b69 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-02-10 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Avoid "." at end of error diagnostics. | ||
| 4 | * cmds.c (Fself_insert_command): Reword and avoid "." at end. | ||
| 5 | * font.c (Ffont_at): | ||
| 6 | * nsfns.m (ns_display_info_for_name): | ||
| 7 | * nsselect.m (Fx_own_selection_internal): | ||
| 8 | * nsterm.m (performDragOperation:): | ||
| 9 | Remove "." from end of diagnostic. | ||
| 10 | |||
| 1 | 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org> | 11 | 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 12 | ||
| 3 | * fns.c (Fmaphash): Say what `maphash' returns, since it may be | 13 | * fns.c (Fmaphash): Say what `maphash' returns, since it may be |