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.
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>
first made obsolete, for example a date or a release number. The
optional argument DOCSTRING specifies the documentation string
for FUNCTION; if DOCSTRING is omitted or nil, FUNCTION uses the
-documentation string of NEW unluess it already has one."
+documentation string of NEW unless it already has one."
`(progn
(defalias ,function ,new ,docstring)
(make-obsolete ,function ,new ,when)))