projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f27d42
)
Fix typo in the Emacs manual's VC chapter
author
Simen Heggestøyl
<simenheg@gmail.com>
Mon, 19 Mar 2018 09:01:01 +0000
(10:01 +0100)
committer
Simen Heggestøyl
<simenheg@gmail.com>
Mon, 19 Mar 2018 09:01:01 +0000
(10:01 +0100)
* doc/emacs/maintaining.texi (VC Directory Buffer): Fix a typo.
doc/emacs/maintaining.texi
patch
|
blob
|
history
diff --git
a/doc/emacs/maintaining.texi
b/doc/emacs/maintaining.texi
index cda482877ae67c72615e026bbd4eaabbea705252..9421691ba76da649560cb85559e65b66e1ba1967 100644
(file)
--- 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}).