diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-18 13:06:55 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-18 13:06:55 +0100 |
commit | f7ee6609ae3b9cbafd48c89bad160b4e17f5b386 (patch) | |
tree | 21e44cafeff132a40994442fba2747e359c3965f /lisp/emacs-lisp/package.el | |
parent | eeab7b5cada942d973ce3c565069add6b7880261 (diff) | |
download | emacs-f7ee6609ae3b9cbafd48c89bad160b4e17f5b386.tar.gz emacs-f7ee6609ae3b9cbafd48c89bad160b4e17f5b386.tar.bz2 emacs-f7ee6609ae3b9cbafd48c89bad160b4e17f5b386.zip |
; Fix typos (prefer US spelling)
Diffstat (limited to 'lisp/emacs-lisp/package.el')
-rw-r--r-- | lisp/emacs-lisp/package.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index f9786febf4e..2f19573e3cd 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -4536,8 +4536,8 @@ DESC must be a `package-desc' object." "Return an email address for the maintainers of PKG-DESC. The email address may contain commas, if there are multiple maintainers. If no maintainers are found, an error will be -signalled. If the optional argument NO-ERROR is non-nil no error -will be signalled in that case." +signaled. If the optional argument NO-ERROR is non-nil no error +will be signaled in that case." (unless pkg-desc (error "Invalid package description")) (let* ((extras (package-desc-extras pkg-desc)) |