aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-09-21 07:42:20 +1000
committerGravatar axel <axel@liljencrantz.se>2005-09-21 07:42:20 +1000
commit8173c736cc72500382fac726cf5c78c85612585d (patch)
treea1f0017c2b86d4f8d8d0aa084d6e0100d3ca7126
parent7821fecac0d0e09dd64e0ddb81e88ede44ad5d5c (diff)
Minor documentation updates
darcs-hash:20050920214220-ac50b-318f457febceb9445ee9dcf9ebd9e3b9f20fc25e.gz
-rw-r--r--doc_src/doc.hdr8
-rw-r--r--doc_src/status.txt4
2 files changed, 5 insertions, 7 deletions
diff --git a/doc_src/doc.hdr b/doc_src/doc.hdr
index 6413e769..90f36347 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, <tt>set</tt> 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 e94f4df2..84ad4604 100644
--- a/doc_src/status.txt
+++ b/doc_src/status.txt
@@ -8,6 +8,4 @@
- <tt>-c</tt> or <tt>--is-command-substitution</tt> returns 0 if fish is currently executing a command usbstitution
- <tt>-b</tt> or <tt>--is-block</tt> returns 0 if fish is currently executing a block of code
- <tt>-i</tt> or <tt>--is-interactive</tt> returns 0 if fish is interactive, i.e.connected to a keyboard
-- <tt>-l</tt> or <tt>--is-login</tt> returns 0 if fish is a login shell, i.e. if the first parameter to fish was '-fish'
-
-
+- <tt>-l</tt> or <tt>--is-login</tt> returns 0 if fish is a login shell, i.e. if fish should perform login tasks such as setting up the PATH.