aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2011-09-14 22:10:52 -0400
committerChong Yidong2011-09-14 22:10:52 -0400
commit92fa95ad888e8d02a22dedbd73f7546640c3bcb9 (patch)
tree748e2430a3038134e1531188c31b6ff0625ddfaf
parentd770725a3df5529f046198b2f7014918e13a06b1 (diff)
downloademacs-92fa95ad888e8d02a22dedbd73f7546640c3bcb9.tar.gz
emacs-92fa95ad888e8d02a22dedbd73f7546640c3bcb9.zip
* doc/emacs/package.texi (Package Menu): Add package-menu-mark-upgrades.
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/package.texi6
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 @@
12011-09-15 Chong Yidong <cyd@stupidchicken.com>
2
3 * package.texi (Package Menu): Add package-menu-mark-upgrades.
4
12011-09-12 Eric Hanchrow <eric.hanchrow@gmail.com> 52011-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.
107Remove any installation or deletion mark previously added to the 107Remove any installation or deletion mark previously added to the
108current line by an @kbd{i} or @kbd{d} command. 108current line by an @kbd{i} or @kbd{d} command.
109 109
110@item U
111Mark all package with a newer available version for ``upgrading''
112(@code{package-menu-mark-upgrades}). This places an installation mark
113on the new available versions, and a deletion mark on the old
114installed versions.
115
110@item x 116@item x
111Download and install all packages marked with @kbd{i}, and their 117Download and install all packages marked with @kbd{i}, and their
112dependencies; also, delete all packages marked with @kbd{d} 118dependencies; also, delete all packages marked with @kbd{d}