From b9a22c713616c6ea643f7c4c1905ce8d08e88c26 Mon Sep 17 00:00:00 2001 From: Bruno Heridet Date: Thu, 3 Oct 2019 15:03:49 +0200 Subject: [PATCH] doc: mention $fish_function_path in the Autoloading Functions section - fix #3371 [ci skip] --- sphinx_doc_src/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_doc_src/tutorial.rst b/sphinx_doc_src/tutorial.rst index ccbf4ad3c..5a94c2081 100644 --- a/sphinx_doc_src/tutorial.rst +++ b/sphinx_doc_src/tutorial.rst @@ -663,7 +663,7 @@ This is the preferred way to define your prompt as well:: end -See the documentation for :ref:`funced ` and :ref:`funcsave ` for ways to create these files automatically. +See the documentation for :ref:`funced ` and :ref:`funcsave ` for ways to create these files automatically, and :ref:`$fish_function_path ` to control their location. .. _tut-universal: