diff --git a/doc_src/funcsave.txt b/doc_src/funcsave.txt new file mode 100644 index 000000000..5f178b510 --- /dev/null +++ b/doc_src/funcsave.txt @@ -0,0 +1,12 @@ +\section funcsave funcsave - save the definition of a function to the users autoload directory + +\subsection funcsave-synopsis Synopsis + funcsave FUNCTION_NAME + +\subsection funcsave-description Description + +funcsave is used to save the current definition of a function to +a file which will be autoloaded by current and future fish +sessions. This can be useful if you have interactively created a new +function and wish to save it for later use. + diff --git a/doc_src/save_function.txt b/doc_src/save_function.txt deleted file mode 100644 index 55d58931e..000000000 --- a/doc_src/save_function.txt +++ /dev/null @@ -1,12 +0,0 @@ -\section save_function save_function - save the definition of a function to the users autoload directory - -\subsection save_function-synopsis Synopsis - save_function FUNCTION_NAME - -\subsection save_function-description Description - -save_function is used to save the current definition of a function to -a file which will be autoloaded by current and future fish -sessions. This can be useful if you have interactively created a new -function and wish to save it for later use. -