From: Simen Heggestøyl Date: Mon, 19 Mar 2018 09:01:01 +0000 (+0100) Subject: Fix typo in the Emacs manual's VC chapter X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9c19d2d674b5f258862dfda8ec844425f698986d;p=emacs.git Fix typo in the Emacs manual's VC chapter * doc/emacs/maintaining.texi (VC Directory Buffer): Fix a typo. --- diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 619f80a3155..6a2cfc1b081 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -1181,7 +1181,7 @@ become up-to-date as a direct result of a VC command, it is listed. @noindent Two work files have been modified but not committed: -@file{configure.ac} in the current directory, and @file{foo.c} in the +@file{configure.ac} in the current directory, and @file{main.c} in the @file{src/} subdirectory. The file named @file{README} has been added but is not yet committed, while @file{temp.txt} is not under version control (@pxref{Registering}).