aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar Vladimír Čunát <vcunat@gmail.com>2016-05-08 13:51:30 +0200
committerGravatar Fabian Homborg <FHomborg@gmail.com>2016-05-08 14:07:32 +0200
commit4efd0dfd655097d91f871bc06c6e418a6ef2060f (patch)
tree2471df1ffd55c38de74349f464606709bfc29d2b /doc_src
parentc1e15ef084016939ddbe645e108f75416d5b32e0 (diff)
docs: fix location of generated_completions (#3010)
(cherry picked from commit 100eef4e426402ebde1040dbfab8ded5a20854d1)
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index 7e889d8e..8ff60f64 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -396,7 +396,7 @@ By default, Fish searches the following for completions, using the first availab
- A directory for systems administrators to install completions for all users on the system, usually `/etc/fish/completions`;
- A directory for third-party software vendors to ship their own completions for their software, usually `/usr/share/fish/vendor_completions.d`;
- The completions shipped with fish, usually installed in `/usr/share/fish/completions`; and
-- Completions automatically generated from the operating system's manual, usually stored in `~/.local/share/generated_completions`.
+- Completions automatically generated from the operating system's manual, usually stored in `~/.local/share/fish/generated_completions`.
These paths are controlled by parameters set at build, install, or run time, and may vary from the defaults listed above.