Mercurial > emacs
changeset 62072:39ca2515a39d
(define-obsolete-function-alias): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 05 May 2005 09:18:22 +0000 |
parents | 25e868b535b8 |
children | 60c3c8765ba5 |
files | lisp/emacs-lisp/byte-run.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)))