summaryrefslogtreecommitdiff
path: root/doc/emacs/maintaining.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-03-13 13:49:05 -0400
committerGlenn Morris <rgm@gnu.org>2018-03-13 13:49:05 -0400
commita6437924f796c07ec15a13c7d1885e83d1b0b0cc (patch)
treeee53fd56e719e30c2f60959e54ea4522ab6a8d44 /doc/emacs/maintaining.texi
parent3060fb8f8118aa88ed13721fc042f22492b9d637 (diff)
downloademacs-a6437924f796c07ec15a13c7d1885e83d1b0b0cc.tar.gz
emacs-a6437924f796c07ec15a13c7d1885e83d1b0b0cc.tar.bz2
emacs-a6437924f796c07ec15a13c7d1885e83d1b0b0cc.zip
Doc fixes re obsolete items
* doc/emacs/maintaining.texi (VC Undo): * doc/misc/efaq-w32.texi (Font names): Replace obsolete aliases. * doc/misc/url.texi (Customization): Don't mention url-temporary-directory, it essentially does nothing. * lisp/hilit-chg.el (highlight-changes-global-changes-existing-buffers): Doc fix. ; * lisp/w32-fns.el: Comment. ; * etc/TODO: Remove obsolete ffap mention.
Diffstat (limited to 'doc/emacs/maintaining.texi')
-rw-r--r--doc/emacs/maintaining.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 619f80a3155..cda482877ae 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -1078,7 +1078,7 @@ Revert the work file(s) in the current VC fileset to the last revision
@findex vc-revert
@vindex vc-revert-show-diff
If you want to discard all the changes you have made to the current
-VC fileset, type @kbd{C-x v u} (@code{vc-revert-buffer}). This shows
+VC fileset, type @kbd{C-x v u} (@code{vc-revert}). This shows
you a diff between the work file(s) and the revision from which you
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