]> code.delx.au - gnu-emacs/commitdiff
Fix documentation of "C-u C-x v v"
authorEli Zaretskii <eliz@gnu.org>
Sat, 19 Sep 2015 14:18:54 +0000 (17:18 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 19 Sep 2015 14:18:54 +0000 (17:18 +0300)
* doc/emacs/maintaining.texi (Advanced C-x v v): Make the
documentation of "C-u C-x v v" match what the code does.

doc/emacs/maintaining.texi

index e74794917766a402ad476e9d93756377986d6ea4..a571ea7ed67a73c6ddc73b8a923481140286753c 100644 (file)
@@ -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