summaryrefslogtreecommitdiff
path: root/src/ChangeLog.1
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-05-11 04:04:13 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-05-11 04:04:13 +0200
commit4e2af7825fa13782c5579f55b3e2d8dec23bdbf3 (patch)
tree30d5bf517ba11e8edbe3ed0fc8fe3996e2a27170 /src/ChangeLog.1
parent4bbedd9832178fcd264de9e6210d0dadbe3e2940 (diff)
downloademacs-4e2af7825fa13782c5579f55b3e2d8dec23bdbf3.tar.gz
Fix typos and whitespace in ChangeLogs.
Diffstat (limited to 'src/ChangeLog.1')
-rw-r--r--src/ChangeLog.18
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 @@
prompt.
(various): Pass window being displayed as arg to vmotion.
(various): Compute starting-hpos arg to compute_motion
- using minibuf_prompt_width if in minibuf starting at top.
+ using minibuf_prompt_width if in minibuf starting at top.
* window.c (Fdisplay_buffer & callers):
Take second arg, non-nil means do not use selected window
@@ -1645,8 +1645,8 @@
Use signal, not sigset, since we simulate signal on
all system versions when nec.
- * buffer.c (syms_of_buffer, init_buffer_once,
- reset_buffer_local_variables):
+ * buffer.c (syms_of_buffer, init_buffer_once)
+ (reset_buffer_local_variables):
Define default-abbrev-mode, and init new buffers' abbrev-mode
from it. Move definition of abbrev-mode here from abbrev.c.
@@ -2861,7 +2861,7 @@
* keymap.c, callint.c, minibuf.c, fns.c, commands.h:
Rename MinbufLocalMap to Vminibuffer_local_map, etc.
Rename minibuf-local-{,-ns,-completion,must-match}map,
- and DefLispVar them (document even!).
+ and DefLispVar them (document even!).
=> New lisp variables minibuffer-local-map, minibuffer-local-ns-map,
minibuffer-local-completion-map, minibuffer-local-must-match-map.