diff options
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/package.texi | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 5fba9eda3b0..d87493d57b3 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-09-15 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * package.texi (Package Menu): Add package-menu-mark-upgrades. | ||
| 4 | |||
| 1 | 2011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com> | 5 | 2011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com> |
| 2 | 6 | ||
| 3 | * frames.texi (Frame Commands): Note that delete-other-frames only | 7 | * frames.texi (Frame Commands): Note that delete-other-frames only |
diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi index 739a8ce6c65..b342cbbf18c 100644 --- a/doc/emacs/package.texi +++ b/doc/emacs/package.texi | |||
| @@ -107,6 +107,12 @@ entails. | |||
| 107 | Remove any installation or deletion mark previously added to the | 107 | Remove any installation or deletion mark previously added to the |
| 108 | current line by an @kbd{i} or @kbd{d} command. | 108 | current line by an @kbd{i} or @kbd{d} command. |
| 109 | 109 | ||
| 110 | @item U | ||
| 111 | Mark all package with a newer available version for ``upgrading'' | ||
| 112 | (@code{package-menu-mark-upgrades}). This places an installation mark | ||
| 113 | on the new available versions, and a deletion mark on the old | ||
| 114 | installed versions. | ||
| 115 | |||
| 110 | @item x | 116 | @item x |
| 111 | Download and install all packages marked with @kbd{i}, and their | 117 | Download and install all packages marked with @kbd{i}, and their |
| 112 | dependencies; also, delete all packages marked with @kbd{d} | 118 | dependencies; also, delete all packages marked with @kbd{d} |