diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2019-09-22 02:21:54 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2019-10-04 01:14:15 +0200 |
commit | 93dd959711222cf594051fa397d6a6e324e136fc (patch) | |
tree | b62841620a31fc9c92c7b55b75175a18457c625e /test/lisp/emacs-lisp | |
parent | a750770ba0591b24303869fbb4b349f33165cb85 (diff) | |
download | emacs-93dd959711222cf594051fa397d6a6e324e136fc.tar.gz emacs-93dd959711222cf594051fa397d6a6e324e136fc.tar.bz2 emacs-93dd959711222cf594051fa397d6a6e324e136fc.zip |
More doc fixes in package.el (Bug#37544)
* lisp/emacs-lisp/package.el (package-menu-hide-low-priority)
(package-pinned-packages, package-load-descriptor)
package-archive-version, package-archive-contents)
package--read-archive-file, package-read-archive-contents)
(package-unsigned-archives, package-read-all-archive-contents)
(package--download-and-read-archives, package-install):
* lisp/subr.el (package--description-file):
* test/lisp/emacs-lisp/package-tests.el: Doc fixes.
Diffstat (limited to 'test/lisp/emacs-lisp')
-rw-r--r-- | test/lisp/emacs-lisp/package-tests.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/lisp/emacs-lisp/package-tests.el b/test/lisp/emacs-lisp/package-tests.el index c757bccf672..f450fd27c28 100644 --- a/test/lisp/emacs-lisp/package-tests.el +++ b/test/lisp/emacs-lisp/package-tests.el @@ -28,7 +28,12 @@ ;; Run this in a clean Emacs session using: ;; -;; $ emacs -Q --batch -L . -l package-test.el -l ert -f ert-run-tests-batch-and-exit +;; $ emacs -Q --batch -L . -l package-tests.el -l ert -f ert-run-tests-batch-and-exit +;; +;; From the top level directory of the Emacs development repository, +;; you can use this instead: +;; +;; $ make -C test package-tests ;;; Code: |