emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 1ea1d75: Fix documentation of "C-u C-x v v"


From: Eli Zaretskii
Subject: [Emacs-diffs] master 1ea1d75: Fix documentation of "C-u C-x v v"
Date: Sat, 19 Sep 2015 14:19:30 +0000

branch: master
commit 1ea1d7591019c25e6a7caed2cee031f27f0c6c3f
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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.
---
 doc/emacs/maintaining.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index e747949..a571ea7 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]