aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-12-20 21:50:02 +0000
committerJuri Linkov2005-12-20 21:50:02 +0000
commit11cfab98b72a7024fcaf258684ca1dcc6edc6fe4 (patch)
treed0a1c1e873af855bb0cafd23c9bfee2c58aa7989
parente3947513dc3f48f5efd34a2577b8d9244ef992c0 (diff)
downloademacs-11cfab98b72a7024fcaf258684ca1dcc6edc6fe4.tar.gz
emacs-11cfab98b72a7024fcaf258684ca1dcc6edc6fe4.zip
(VC Status): Put P and N near p and n.
-rw-r--r--man/files.texi22
1 files changed, 11 insertions, 11 deletions
diff --git a/man/files.texi b/man/files.texi
index f3b7872a9f1..d599e576e94 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -1792,7 +1792,7 @@ output appears in a separate window. The point is centered at the
1792revision of the file that is currently being visited. 1792revision of the file that is currently being visited.
1793 1793
1794From the change log buffer, the following keys are used to move 1794From the change log buffer, the following keys are used to move
1795between the logs of files and revisions, to view past revisions, and 1795between the logs of revisions and files, to view past revisions, and
1796to view diffs: 1796to view diffs:
1797 1797
1798@table @kbd 1798@table @kbd
@@ -1807,16 +1807,6 @@ Move to the next revision-item (which most often corresponds to the
1807previous revision of the file). A numeric prefix argument is a repeat 1807previous revision of the file). A numeric prefix argument is a repeat
1808count. 1808count.
1809 1809
1810@item f
1811Visit the revision indicated at the current line, like typing @kbd{C-x
1812v ~} and specifying this revision's number (@pxref{Old Versions}).
1813
1814@item d
1815Display the diff (@pxref{Comparing Files}) between the revision
1816indicated at the current line and the next earlier revision. This is
1817useful to see what actually changed when the revision indicated on the
1818current line was committed.
1819
1820@item P 1810@item P
1821Move to the log of the previous file, when the logs of multiple files 1811Move to the log of the previous file, when the logs of multiple files
1822are in the log buffer (@pxref{VC Dired Mode}). Otherwise, just move 1812are in the log buffer (@pxref{VC Dired Mode}). Otherwise, just move
@@ -1827,6 +1817,16 @@ count, so @kbd{C-u 10 P} would move backward 10 files.
1827Move to the log of the next file, when the logs of multiple files are 1817Move to the log of the next file, when the logs of multiple files are
1828in the log buffer (@pxref{VC Dired Mode}). It also takes a numeric 1818in the log buffer (@pxref{VC Dired Mode}). It also takes a numeric
1829prefix argument as a repeat count. 1819prefix argument as a repeat count.
1820
1821@item f
1822Visit the revision indicated at the current line, like typing @kbd{C-x
1823v ~} and specifying this revision's number (@pxref{Old Versions}).
1824
1825@item d
1826Display the diff (@pxref{Comparing Files}) between the revision
1827indicated at the current line and the next earlier revision. This is
1828useful to see what actually changed when the revision indicated on the
1829current line was committed.
1830@end table 1830@end table
1831 1831
1832@node VC Undo 1832@node VC Undo