aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2005-05-26 14:56:28 +0000
committerJuanma Barranquero2005-05-26 14:56:28 +0000
commit6e604a9b7863a808d37791730767e080031491d1 (patch)
tree043e56a6fcf197cd8c6fb23d4a83605a4bb8ae2a /src/ChangeLog
parentf8ab034e35f9f1acc1ca3f4a2401c67403472b9c (diff)
downloademacs-6e604a9b7863a808d37791730767e080031491d1.tar.gz
emacs-6e604a9b7863a808d37791730767e080031491d1.zip
(Frecursive_edit): Fix typo in docstring.
(Fposn_at_x_y): Make arguments match the docstring.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5ae649cb301..ab05e235098 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12005-05-26 Juanma Barranquero <lekktu@gmail.com>
2
3 * keyboard.c (Frecursive_edit): Fix typo in docstring.
4 (Fposn_at_x_y): Make argument name match its use in docstring.
5
12005-05-26 Lute Kamstra <lute@gnu.org> 62005-05-26 Lute Kamstra <lute@gnu.org>
2 7
3 * eval.c (Frun_hooks): Mention run-mode-hooks in docstring. 8 * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
@@ -30,9 +35,9 @@
30 35
312005-05-23 Masatake YAMATO <jet@gyve.org> 362005-05-23 Masatake YAMATO <jet@gyve.org>
32 37
33 * xdisp.c (note_mode_line_or_margin_highlight): Added code 38 * xdisp.c (note_mode_line_or_margin_highlight): Add code
34 for mouse-face. Change the type of the first argument from `window' 39 for mouse-face. Change the type of the first argument from `window'
35 to `List_Object'. 40 to `Lisp_Object'.
36 (note_mouse_highlight): Call note_mode_line_or_margin_highlight with 41 (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
37 window instead of w. 42 window instead of w.
38 43