aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimen Heggestøyl2018-03-19 10:01:01 +0100
committerSimen Heggestøyl2018-03-19 10:01:01 +0100
commita776ce7be658679d776e0bd5a0f8ffe0cc1cb33a (patch)
tree28cfc2e476007feed235080ed510c9e3664b1ad7
parent7f27d42f0b64c74625e45909a0bf389d68eddc62 (diff)
downloademacs-a776ce7be658679d776e0bd5a0f8ffe0cc1cb33a.tar.gz
emacs-a776ce7be658679d776e0bd5a0f8ffe0cc1cb33a.zip
Fix typo in the Emacs manual's VC chapter
* doc/emacs/maintaining.texi (VC Directory Buffer): Fix a typo.
-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 cda482877ae..9421691ba76 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.
1181 1181
1182@noindent 1182@noindent
1183Two work files have been modified but not committed: 1183Two work files have been modified but not committed:
1184@file{configure.ac} in the current directory, and @file{foo.c} in the 1184@file{configure.ac} in the current directory, and @file{main.c} in the
1185@file{src/} subdirectory. The file named @file{README} has been added 1185@file{src/} subdirectory. The file named @file{README} has been added
1186but is not yet committed, while @file{temp.txt} is not under version 1186but is not yet committed, while @file{temp.txt} is not under version
1187control (@pxref{Registering}). 1187control (@pxref{Registering}).