diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-12 08:50:21 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-13 18:44:41 +0100 |
commit | def51dd6458d2f276018aaac36283bbe44428de7 (patch) | |
tree | 7df9ef1e3b7efd86f13534c77d74a136e1fa25a5 /lisp/emacs-lisp | |
parent | 4980ed7a6d96d5a8803fae6135804cd87faa6d59 (diff) | |
download | emacs-def51dd6458d2f276018aaac36283bbe44428de7.tar.gz emacs-def51dd6458d2f276018aaac36283bbe44428de7.tar.bz2 emacs-def51dd6458d2f276018aaac36283bbe44428de7.zip |
; Fix typos
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/cl-extra.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-extra.el b/lisp/emacs-lisp/cl-extra.el index 66b214554ee..60b01051a33 100644 --- a/lisp/emacs-lisp/cl-extra.el +++ b/lisp/emacs-lisp/cl-extra.el @@ -552,7 +552,7 @@ too large if positive or too small if negative)." ,new))))) (seq-subseq seq start end)) -;;; This isn't a defalias because autoloading defalises doesn't work +;;; This isn't a defalias because autoloading defaliases doesn't work ;;; very well. ;;;###autoload |