changeset 38774:6910cad8c050

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 10 Aug 2001 09:23:22 +0000
parents e5480b57a95f
children 4804dd409fcc
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Aug 10 09:17:50 2001 +0000
+++ b/lisp/ChangeLog	Fri Aug 10 09:23:22 2001 +0000
@@ -83,7 +83,7 @@
 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
 
 	* help.el (describe-function-1): Use
-	find-function-search-for-symbol instead of find-functin-noselect
+	find-function-search-for-symbol instead of find-function-noselect
 	because the latter follows aliases.
 
 	* play/animate.el (animate-birthday-present): Re-insert.
--- a/src/ChangeLog	Fri Aug 10 09:17:50 2001 +0000
+++ b/src/ChangeLog	Fri Aug 10 09:23:22 2001 +0000
@@ -1,3 +1,8 @@
+2001-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
+
+	* keyboard.c (syms_of_keyboard) <double-click-fuzz>: Fix a typo in
+	a doc string.
+
 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
 
 	* keyboard.c (Vpre_help_message): New variable.