1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00

* lisp/emacs-lisp/package.el: Doc fix.

This commit is contained in:
Stefan Kangas 2021-04-21 23:24:50 +02:00
parent db39e2d869
commit 85ef248ec4

View file

@ -73,9 +73,9 @@
;; M-x list-packages ;; M-x list-packages
;; Enters a mode similar to buffer-menu which lets you manage ;; Enters a mode similar to buffer-menu which lets you manage
;; packages. You can choose packages for install (mark with "i", ;; packages. You can choose packages for install (mark with "i",
;; then "x" to execute) or deletion (not implemented yet), and you ;; then "x" to execute) or deletion, and you can see what packages
;; can see what packages are available. This will automatically ;; are available. This will automatically fetch the latest list of
;; fetch the latest list of packages from ELPA. ;; packages from ELPA.
;; ;;
;; M-x package-install-from-buffer ;; M-x package-install-from-buffer
;; Install a package consisting of a single .el file that appears ;; Install a package consisting of a single .el file that appears
@ -89,7 +89,7 @@
;; Install a package from the indicated file. The package can be ;; Install a package from the indicated file. The package can be
;; either a tar file or a .el file. A tar file must contain an ;; either a tar file or a .el file. A tar file must contain an
;; appropriately-named "-pkg.el" file; a .el file must be properly ;; appropriately-named "-pkg.el" file; a .el file must be properly
;; formatted as with package-install-from-buffer. ;; formatted as with `package-install-from-buffer'.
;;; Thanks: ;;; Thanks:
;;; (sorted by sort-lines): ;;; (sorted by sort-lines):