diff options
| author | Glenn Morris | 2014-06-02 21:45:56 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-06-02 21:45:56 -0700 |
| commit | e7477c9f9e88fe764c29c7193614ed37ba69efa8 (patch) | |
| tree | 484e5474fcd9f3cf350eb6919ae06a9c2d2ea6a7 /doc | |
| parent | 910dc8d31264e2105e876c686206521c5dc47c64 (diff) | |
| download | emacs-e7477c9f9e88fe764c29c7193614ed37ba69efa8.tar.gz emacs-e7477c9f9e88fe764c29c7193614ed37ba69efa8.zip | |
* emacs/package.texi (Package Installation): Mention package-pinned-packages.
* etc/NEWS: Related markup.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/package.texi | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 9a332b260d4..27168b00021 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-06-03 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * package.texi (Package Installation): Mention package-pinned-packages. | ||
| 4 | |||
| 1 | 2014-06-02 Glenn Morris <rgm@gnu.org> | 5 | 2014-06-02 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * misc.texi [iftex]: Update chapter summary. | 7 | * misc.texi [iftex]: Update chapter summary. |
diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi index dee1210086c..98e3c8ac706 100644 --- a/doc/emacs/package.texi +++ b/doc/emacs/package.texi | |||
| @@ -167,6 +167,13 @@ directory name of the package archive. You can alter this list if you | |||
| 167 | wish to use third party package archives---but do so at your own risk, | 167 | wish to use third party package archives---but do so at your own risk, |
| 168 | and use only third parties that you think you can trust! | 168 | and use only third parties that you think you can trust! |
| 169 | 169 | ||
| 170 | @vindex package-pinned-packages | ||
| 171 | If you have more than one package archive enabled, and some of them | ||
| 172 | offer different versions of the same package, you may find the option | ||
| 173 | @code{package-pinned-packages} useful. You can add package/archive | ||
| 174 | pairs to this list, to ensure that the specified package is only ever | ||
| 175 | downloaded from the specified archive. | ||
| 176 | |||
| 170 | Once a package is downloaded and installed, it is @dfn{loaded} into | 177 | Once a package is downloaded and installed, it is @dfn{loaded} into |
| 171 | the current Emacs session. Loading a package is not quite the same as | 178 | the current Emacs session. Loading a package is not quite the same as |
| 172 | loading a Lisp library (@pxref{Lisp Libraries}); its effect varies | 179 | loading a Lisp library (@pxref{Lisp Libraries}); its effect varies |