diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-04-21 23:24:50 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-04-21 23:26:00 +0200 |
commit | 85ef248ec47f34188297675dac127fcffcc4af87 (patch) | |
tree | 960f163221cbbe5cbec4aaffdc4d7c08dcda476e /lisp/emacs-lisp | |
parent | db39e2d86983dce72cf3f150712aa29a4241094a (diff) | |
download | emacs-85ef248ec47f34188297675dac127fcffcc4af87.tar.gz emacs-85ef248ec47f34188297675dac127fcffcc4af87.tar.bz2 emacs-85ef248ec47f34188297675dac127fcffcc4af87.zip |
* lisp/emacs-lisp/package.el: Doc fix.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/package.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 2ecd92cee9d..068deee582a 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -73,9 +73,9 @@ ;; M-x list-packages ;; Enters a mode similar to buffer-menu which lets you manage ;; packages. You can choose packages for install (mark with "i", -;; then "x" to execute) or deletion (not implemented yet), and you -;; can see what packages are available. This will automatically -;; fetch the latest list of packages from ELPA. +;; then "x" to execute) or deletion, and you can see what packages +;; are available. This will automatically fetch the latest list of +;; packages from ELPA. ;; ;; M-x package-install-from-buffer ;; 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 ;; 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 -;; formatted as with package-install-from-buffer. +;; formatted as with `package-install-from-buffer'. ;;; Thanks: ;;; (sorted by sort-lines): |