changeset 62073:60c3c8765ba5

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 05 May 2005 09:18:53 +0000
parents 39ca2515a39d
children c0b42702a33a
files lisp/ChangeLog
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu May 05 09:18:22 2005 +0000
+++ b/lisp/ChangeLog	Thu May 05 09:18:53 2005 +0000
@@ -1,5 +1,8 @@
 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
 
+	* emacs-lisp/byte-run.el (define-obsolete-function-alias): Fix
+	typo in docstring.
+
 	* term/w32-win.el (image-library-alist): Add additional name for
 	Xpm library.
 
@@ -9,7 +12,7 @@
 	use gcc instead of cpp.
 
 	* progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
-	(gdb-create-define-alist): Use. it.
+	(gdb-create-define-alist): Use it.
 	(gdb-cpp-define-alist-program): Update for MS-DOS?
 
 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>