Skip to content

Commit

Permalink
docs(web): Fix a typo in .ctags search path on Windows
Browse files Browse the repository at this point in the history
Close #1957.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed Dec 19, 2018
1 parent 5b42263 commit 3b2ba88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/optlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ At start-up time, Universal-ctags loads files having :file:`.ctags` as a
file extension under the following statically defined directories:

#. :file:`$HOME/.ctags.d`
#. :file:`$HOMEDRIVE$HOMEPATH/.ctags.d` (in ``Windows``)
#. :file:`$HOMEDRIVE$HOMEPATH/ctags.d` (in ``Windows``)
#. :file:`.ctags.d`
#. :file:`ctags.d`

Expand Down

0 comments on commit 3b2ba88

Please sign in to comment.