diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-04-16 18:27:37 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-04-16 18:27:37 +0300 |
commit | 0f5568ea7c1e6952986dd03ef642a20e87736138 (patch) | |
tree | 931483577d5106f25ca15f36dbb665585b0fefd3 /doc | |
parent | 70ec3928666353b69efae1bdc831d704fa505e72 (diff) | |
download | emacs-0f5568ea7c1e6952986dd03ef642a20e87736138.tar.gz |
Fix confusing wording in the user manual
* doc/emacs/maintaining.texi (VC Undo): Remove a potentially
inaccurate, outdated, and/or confusing sentence. (Bug#35290)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/maintaining.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index cddffd6f2a5..93dbce47595 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -1084,8 +1084,7 @@ started editing, and asks for confirmation for discarding the changes. If you agree, the fileset is reverted. If you don't want @kbd{C-x v u} to show a diff, set the variable @code{vc-revert-show-diff} to @code{nil} (you can still view the diff directly with @kbd{C-x v =}; -@pxref{Old Revisions}). Note that @kbd{C-x v u} cannot be reversed -with the usual undo commands (@pxref{Undo}), so use it with care. +@pxref{Old Revisions}). On locking-based version control systems, @kbd{C-x v u} leaves files unlocked; you must lock again to resume editing. You can also use |