diff options
| author | Juanma Barranquero | 2010-05-11 04:04:13 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-05-11 04:04:13 +0200 |
| commit | 4e2af7825fa13782c5579f55b3e2d8dec23bdbf3 (patch) | |
| tree | 30d5bf517ba11e8edbe3ed0fc8fe3996e2a27170 /src/ChangeLog.1 | |
| parent | 4bbedd9832178fcd264de9e6210d0dadbe3e2940 (diff) | |
| download | emacs-4e2af7825fa13782c5579f55b3e2d8dec23bdbf3.tar.gz emacs-4e2af7825fa13782c5579f55b3e2d8dec23bdbf3.zip | |
Fix typos and whitespace in ChangeLogs.
Diffstat (limited to 'src/ChangeLog.1')
| -rw-r--r-- | src/ChangeLog.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog.1 b/src/ChangeLog.1 index 921123f236a..8b4a9afbc6c 100644 --- a/src/ChangeLog.1 +++ b/src/ChangeLog.1 | |||
| @@ -1187,7 +1187,7 @@ | |||
| 1187 | prompt. | 1187 | prompt. |
| 1188 | (various): Pass window being displayed as arg to vmotion. | 1188 | (various): Pass window being displayed as arg to vmotion. |
| 1189 | (various): Compute starting-hpos arg to compute_motion | 1189 | (various): Compute starting-hpos arg to compute_motion |
| 1190 | using minibuf_prompt_width if in minibuf starting at top. | 1190 | using minibuf_prompt_width if in minibuf starting at top. |
| 1191 | 1191 | ||
| 1192 | * window.c (Fdisplay_buffer & callers): | 1192 | * window.c (Fdisplay_buffer & callers): |
| 1193 | Take second arg, non-nil means do not use selected window | 1193 | Take second arg, non-nil means do not use selected window |
| @@ -1645,8 +1645,8 @@ | |||
| 1645 | Use signal, not sigset, since we simulate signal on | 1645 | Use signal, not sigset, since we simulate signal on |
| 1646 | all system versions when nec. | 1646 | all system versions when nec. |
| 1647 | 1647 | ||
| 1648 | * buffer.c (syms_of_buffer, init_buffer_once, | 1648 | * buffer.c (syms_of_buffer, init_buffer_once) |
| 1649 | reset_buffer_local_variables): | 1649 | (reset_buffer_local_variables): |
| 1650 | Define default-abbrev-mode, and init new buffers' abbrev-mode | 1650 | Define default-abbrev-mode, and init new buffers' abbrev-mode |
| 1651 | from it. Move definition of abbrev-mode here from abbrev.c. | 1651 | from it. Move definition of abbrev-mode here from abbrev.c. |
| 1652 | 1652 | ||
| @@ -2861,7 +2861,7 @@ | |||
| 2861 | * keymap.c, callint.c, minibuf.c, fns.c, commands.h: | 2861 | * keymap.c, callint.c, minibuf.c, fns.c, commands.h: |
| 2862 | Rename MinbufLocalMap to Vminibuffer_local_map, etc. | 2862 | Rename MinbufLocalMap to Vminibuffer_local_map, etc. |
| 2863 | Rename minibuf-local-{,-ns,-completion,must-match}map, | 2863 | Rename minibuf-local-{,-ns,-completion,must-match}map, |
| 2864 | and DefLispVar them (document even!). | 2864 | and DefLispVar them (document even!). |
| 2865 | => New lisp variables minibuffer-local-map, minibuffer-local-ns-map, | 2865 | => New lisp variables minibuffer-local-map, minibuffer-local-ns-map, |
| 2866 | minibuffer-local-completion-map, minibuffer-local-must-match-map. | 2866 | minibuffer-local-completion-map, minibuffer-local-must-match-map. |
| 2867 | 2867 | ||