Minor fix for previous maintaining.texi change

* doc/emacs/maintaining.texi (VC Directory Commands): Use @file
for files.
This commit is contained in:
Lars Ingebrigtsen 2019-09-16 22:08:57 +02:00
parent dbf2f18f17
commit 72ad41c059

View file

@ -1284,7 +1284,7 @@ listed files and directories.
@item G
Add the file under point to the list of files that the VC should
ignore (@code{vc-dir-ignore}). For instance, if the VC is Git, it
will append this file to the @samp{.gitignore} file. If given a
will append this file to the @file{.gitignore} file. If given a
prefix, do this with all the marked files.
@item q