From 9a35df059a193434530d476f7b3124e659a7697f Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 24 Feb 2019 16:11:07 -0800 Subject: [PATCH] Clean up fish_breakpoint_prompt sphinx docs --- sphinx_doc_src/cmds/fish_breakpoint_prompt.rst | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/sphinx_doc_src/cmds/fish_breakpoint_prompt.rst b/sphinx_doc_src/cmds/fish_breakpoint_prompt.rst index 4d4bd2ac6..b60eee2b2 100644 --- a/sphinx_doc_src/cmds/fish_breakpoint_prompt.rst +++ b/sphinx_doc_src/cmds/fish_breakpoint_prompt.rst @@ -1,12 +1,12 @@ -fish_breakpoint_prompt - define the appearance of the command line prompt when in the context of a ``breakpoint`` command -========================================================================================================================= +fish_breakpoint_prompt - define the prompt when stopped at a breakpoint +======================================================================= Synopsis -------- -function fish_breakpoint_prompt - ... -end + function fish_breakpoint_prompt + ... + end Description @@ -22,11 +22,7 @@ The exit status of commands within ``fish_breakpoint_prompt`` will not modify th Example ------- -A simple prompt that is a simplified version of the default debugging prompt: - - - -:: +A simple prompt that is a simplified version of the default debugging prompt:: function fish_breakpoint_prompt -d "Write out the debug prompt" set -l function (status current-function)