From: Eli Zaretskii Date: Sat, 19 Sep 2015 14:18:54 +0000 (+0300) Subject: Fix documentation of "C-u C-x v v" X-Git-Tag: emacs-25.0.90~1224^2~80 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ea1d7591019c25e6a7caed2cee031f27f0c6c3f;p=emacs.git Fix documentation of "C-u C-x v v" * doc/emacs/maintaining.texi (Advanced C-x v v): Make the documentation of "C-u C-x v v" match what the code does. --- diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index e7479491776..a571ea7ed67 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -584,7 +584,7 @@ another branch by giving its revision or branch ID (@pxref{Switching Branches}). An empty argument (i.e., @kbd{C-u C-x v v @key{RET}}) checks out the latest (head) revision on the current branch. -This signals an error on a decentralized version control system. +This is silently ignored on a decentralized version control system. Those systems do not let you specify your own revision IDs, nor do they use the concept of checking out individual files. @end itemize