changeset 62754:520604d3ebef

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 26 May 2005 14:56:28 +0000
parents 3cf2ae5f446d
children 0d1a48b1ca68
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu May 26 14:53:55 2005 +0000
+++ b/src/ChangeLog	Thu May 26 14:56:28 2005 +0000
@@ -1,3 +1,8 @@
+2005-05-26  Juanma Barranquero  <lekktu@gmail.com>
+
+	* keyboard.c (Frecursive_edit): Fix typo in docstring.
+	(Fposn_at_x_y): Make argument name match its use in docstring.
+
 2005-05-26  Lute Kamstra  <lute@gnu.org>
 
 	* eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
@@ -30,9 +35,9 @@
 
 2005-05-23  Masatake YAMATO  <jet@gyve.org>
 
-	* xdisp.c (note_mode_line_or_margin_highlight): Added code
-	for mouse-face. Change the type of the first argument from `window'
-	to `List_Object'.
+	* xdisp.c (note_mode_line_or_margin_highlight): Add code
+	for mouse-face.  Change the type of the first argument from `window'
+	to `Lisp_Object'.
 	(note_mouse_highlight): Call note_mode_line_or_margin_highlight with
 	window instead of w.