summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-02-16 17:33:57 -0500
committerGlenn Morris <rgm@gnu.org>2018-02-16 17:33:57 -0500
commit69107f347b3ac7f51cd22333f57393fd735915f2 (patch)
treeb1dbe911192a77d9be141538b4ee3df5b79ebfcf /lisp/emacs-lisp
parentaaad1e62f3e87873135a465530d6686bed5dc4c3 (diff)
downloademacs-69107f347b3ac7f51cd22333f57393fd735915f2.tar.gz
emacs-69107f347b3ac7f51cd22333f57393fd735915f2.tar.bz2
emacs-69107f347b3ac7f51cd22333f57393fd735915f2.zip
; Fix doc typos related to indefinite articles
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/package.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 853e9cb2acd..c56502236ee 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -1766,7 +1766,7 @@ with PKG-DESC entry removed."
"Return a list of dependencies for PACKAGE sorted by dependency.
PACKAGE is included as the first element of the returned list.
ONLY is an alist associating package names to package objects.
-Only these packages will be in the return value an their cdrs are
+Only these packages will be in the return value and their cdrs are
destructively set to nil in ONLY."
(let ((out))
(dolist (dep (package-desc-reqs package))