Minor fix for previous maintaining.texi change
* doc/emacs/maintaining.texi (VC Directory Commands): Use @file for files.
This commit is contained in:
parent
dbf2f18f17
commit
72ad41c059
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue