From f1baa514a8b073385512004e016e7f6570c6dbee Mon Sep 17 00:00:00 2001 From: Bruno Heridet Date: Wed, 2 Oct 2019 11:54:56 +0200 Subject: [PATCH] doc: add ref to cmd-breakpoint [ci skip] --- sphinx_doc_src/cmds/fish_breakpoint_prompt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_doc_src/cmds/fish_breakpoint_prompt.rst b/sphinx_doc_src/cmds/fish_breakpoint_prompt.rst index 1c2722e63..200bee6e7 100644 --- a/sphinx_doc_src/cmds/fish_breakpoint_prompt.rst +++ b/sphinx_doc_src/cmds/fish_breakpoint_prompt.rst @@ -16,7 +16,7 @@ Synopsis Description ----------- -By defining the ``fish_breakpoint_prompt`` function, the user can choose a custom prompt when asking for input in response to a ``breakpoint`` command. The ``fish_breakpoint_prompt`` function is executed when the prompt is to be shown, and the output is used as a prompt. +By defining the ``fish_breakpoint_prompt`` function, the user can choose a custom prompt when asking for input in response to a :ref:`breakpoint ` command. The ``fish_breakpoint_prompt`` function is executed when the prompt is to be shown, and the output is used as a prompt. The exit status of commands within ``fish_breakpoint_prompt`` will not modify the value of `$status `__ outside of the ``fish_breakpoint_prompt`` function.