From 983434ffb4c60926b555875024fee05a0f6c25a2 Mon Sep 17 00:00:00 2001 From: Rootiest Date: Wed, 9 Sep 2026 14:51:50 -0400 Subject: [PATCH] docs(config-settings): drop backticks from the function header test_concat_section_five_stays_verbatim forbids backticks inside generated Section 5 entries -- function headers are rendered verbatim, so inline code markup there breaks the man page. --- functions/config-settings.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/config-settings.fish b/functions/config-settings.fish index 72ba552..b150c94 100644 --- a/functions/config-settings.fish +++ b/functions/config-settings.fish @@ -33,7 +33,7 @@ # by commas and/or whitespace — "A, B", "A,B" and "A B" all yield the same # two entries. Tab / Shift-Tab cycle through pages. # -# `/` filters the current page on label and description. On the Universal and +# / filters the current page on label and description. On the Universal and # Session pages the filter also reaches into every category's sub-categories, # listing hits as "Category › Sub", so a sub-category can be toggled without # drilling into its parent first. @@ -42,7 +42,7 @@ # exits, via __config_settings_apply and __config_settings_set_value. The # status bar shows a pending count. This is a deliberate consequence of the # renderer being a child process: a child cannot reach into its parent shell -# to `set -g`, so the Session page's edits come back as a fish script the +# to set a global, so the Session page's edits come back as a fish script the # function sources on exit, and the Universal page rides the same path for # consistency. Always available regardless of __fish_config_opinionated state. # @@ -54,7 +54,7 @@ # running session. Editing Dots link re-runs __fish_user_dots_link. # # The panel is drawn by scripts/config-settings-tui.py using Python's stdlib -# `curses`, which owns the cell arithmetic, the alternate screen and the +# curses module, which owns the cell arithmetic, the alternate screen and the # redraw diffing. It resizes with the terminal and needs no width tiers. # # Navigation: