diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 4 | ||||
-rw-r--r-- | lisp/emacs-lisp/package-vc.el | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 3f9bc28e0b0..3bddb93b64a 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -2265,8 +2265,8 @@ buffer, otherwise stop after the first error." (unless (and sym (or (boundp sym) (fboundp sym))) ;; Find out how we spell-check this word. (unless (or - ;; All caps w/ option th, or s tacked on the end - ;; for pluralization or number. + ;; All caps with option th, or s tacked on the + ;; end for pluralization or number. (string-match "^[A-Z][A-Z]+\\(s\\|th\\)?$" word) (looking-at "}") ; a keymap expression ) diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el index 9e2bd106cb3..6dc47000fa5 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el @@ -659,7 +659,7 @@ Optional argument BACKEND specifies the VC backend to use for cloning the package's repository; this is only possible if NAME-OR-URL is a URL, a string. If BACKEND is omitted or nil, the function uses `package-vc-heuristic-alist' to guess the backend. -Note that by default, a source package will be prioritised over a +Note that by default, a source package will be prioritized over a regular package, but it will not remove a source package." (interactive (progn |