1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00

(define-obsolete-function-alias): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2005-05-05 09:18:53 +00:00
parent dc75b16394
commit 3fe2692297
2 changed files with 5 additions and 2 deletions

View file

@ -121,7 +121,7 @@ If provided, WHEN should be a string indicating when FUNCTION was
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)))