summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-run.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-05-05 09:18:53 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-05-05 09:18:53 +0000
commit3fe269229781c0530ed48272c39f0a10fa3ee06b (patch)
tree1245e982d9d4edc67b2ae782d546ecc1b97a0594 /lisp/emacs-lisp/byte-run.el
parentdc75b163941c2ef0d2ec770b80a2e48b1aa32503 (diff)
downloademacs-3fe269229781c0530ed48272c39f0a10fa3ee06b.tar.gz
emacs-3fe269229781c0530ed48272c39f0a10fa3ee06b.tar.bz2
emacs-3fe269229781c0530ed48272c39f0a10fa3ee06b.zip
(define-obsolete-function-alias): Fix typo in docstring.
Diffstat (limited to 'lisp/emacs-lisp/byte-run.el')
-rw-r--r--lisp/emacs-lisp/byte-run.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el
index 5c92f247a05..3728eea8bf8 100644
--- a/lisp/emacs-lisp/byte-run.el
+++ b/lisp/emacs-lisp/byte-run.el
@@ -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)))