diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | 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 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 | |||
| 584 | Branches}). An empty argument (i.e., @kbd{C-u C-x v v @key{RET}}) | 584 | Branches}). An empty argument (i.e., @kbd{C-u C-x v v @key{RET}}) |
| 585 | checks out the latest (head) revision on the current branch. | 585 | checks out the latest (head) revision on the current branch. |
| 586 | 586 | ||
| 587 | This signals an error on a decentralized version control system. | 587 | This is silently ignored on a decentralized version control system. |
| 588 | Those systems do not let you specify your own revision IDs, nor do | 588 | Those systems do not let you specify your own revision IDs, nor do |
| 589 | they use the concept of checking out individual files. | 589 | they use the concept of checking out individual files. |
| 590 | @end itemize | 590 | @end itemize |