diff --git a/doc_src/doc.hdr b/doc_src/doc.hdr index 6413e7697..90f36347b 100644 --- a/doc_src/doc.hdr +++ b/doc_src/doc.hdr @@ -762,6 +762,9 @@ Detected errors include: - Incorrect use of output redirects - Mismatched parenthesis +When the cursor is over a parenthesis or a quote, \c fish also +highlights it's matching quote or parenthesis. + To customize the syntax highlighting, you can set the environment variables \c fish_color_normal, \c fish_color_command, \c fish_color_substitution, \c fish_color_redirection, \c fish_color_end, @@ -774,9 +777,6 @@ values are \c black, \c red, \c green, \c brown, \c yellow, \c blue, the above variables to normal will mean that the text color will be set to the default color for the terminal. -When the cursor is over a parenthesis or a quote, \c fish also -highlights it's matching quote or parenthesis. - \subsection prompt Programmable prompt By defining the \c fish_prompt function, the user can choose a custom @@ -1259,7 +1259,7 @@ mean different things? \c fish uses a builtin, set to set and remove environment variables. This keeps things consistent. In fish, everything, including the switch/case statement is a command. -In \c fish, all block types are ended by the \c end command. +In \c fish, all block types end with the \c end command. */ /** \page license License diff --git a/doc_src/status.txt b/doc_src/status.txt index e94f4df2b..84ad46048 100644 --- a/doc_src/status.txt +++ b/doc_src/status.txt @@ -8,6 +8,4 @@ - -c or --is-command-substitution returns 0 if fish is currently executing a command usbstitution - -b or --is-block returns 0 if fish is currently executing a block of code - -i or --is-interactive returns 0 if fish is interactive, i.e.connected to a keyboard -- -l or --is-login returns 0 if fish is a login shell, i.e. if the first parameter to fish was '-fish' - - +- -l or --is-login returns 0 if fish is a login shell, i.e. if fish should perform login tasks such as setting up the PATH.