diff options
| author | Stefan Kangas | 2019-09-22 02:21:54 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2019-10-04 01:14:15 +0200 |
| commit | 93dd959711222cf594051fa397d6a6e324e136fc (patch) | |
| tree | b62841620a31fc9c92c7b55b75175a18457c625e /test | |
| parent | a750770ba0591b24303869fbb4b349f33165cb85 (diff) | |
| download | emacs-93dd959711222cf594051fa397d6a6e324e136fc.tar.gz 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')
| -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 @@ | |||
| 28 | 28 | ||
| 29 | ;; Run this in a clean Emacs session using: | 29 | ;; Run this in a clean Emacs session using: |
| 30 | ;; | 30 | ;; |
| 31 | ;; $ emacs -Q --batch -L . -l package-test.el -l ert -f ert-run-tests-batch-and-exit | 31 | ;; $ emacs -Q --batch -L . -l package-tests.el -l ert -f ert-run-tests-batch-and-exit |
| 32 | ;; | ||
| 33 | ;; From the top level directory of the Emacs development repository, | ||
| 34 | ;; you can use this instead: | ||
| 35 | ;; | ||
| 36 | ;; $ make -C test package-tests | ||
| 32 | 37 | ||
| 33 | ;;; Code: | 38 | ;;; Code: |
| 34 | 39 | ||