# HG changeset patch # User Juanma Barranquero # Date 1115284702 0 # Node ID 39ca2515a39d4efc28955847364d62aee0c0048b # Parent 25e868b535b8bfff419af1fc4f218b4fd2275489 (define-obsolete-function-alias): Fix typo in docstring. diff -r 25e868b535b8 -r 39ca2515a39d lisp/emacs-lisp/byte-run.el --- a/lisp/emacs-lisp/byte-run.el Thu May 05 01:03:56 2005 +0000 +++ b/lisp/emacs-lisp/byte-run.el Thu May 05 09:18:22 2005 +0000 @@ -121,7 +121,7 @@ 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)))