aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/funced.txt
diff options
context:
space:
mode:
authorGravatar Steven Fackler <sfackler@gmail.com>2013-04-21 21:13:18 -0400
committerGravatar Steven Fackler <sfackler@gmail.com>2013-04-21 21:36:48 -0400
commit03c1f2ef5b1215654cdaff8544be22e5e93ca633 (patch)
tree01dcb9ba52edc91f38d74757bb18779f68049512 /doc_src/funced.txt
parentd215e866623f7ec935eedfe0fc81e950b0d0381e (diff)
Some documentation cleanup
Diffstat (limited to 'doc_src/funced.txt')
-rw-r--r--doc_src/funced.txt16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc_src/funced.txt b/doc_src/funced.txt
index 46594de7..19a12f3b 100644
--- a/doc_src/funced.txt
+++ b/doc_src/funced.txt
@@ -5,10 +5,16 @@
\subsection funced-description Description
-Use the funced command to edit the definition of a
-function. If there is no function with the name specified, a skeleton function is inserted, if a function exist, the definition will be shown in your editor or on the command line.
+Use the funced command to edit the definition of a function. If there is no
+function with the name specified, a skeleton function is inserted. If the
+function exists, its definition will be shown in your editor or on the command
+line.
-By default, funced edits functions using the text editor in your $EDITOR variable, if set; otherwise it uses the built-in editor.
+By default, funced edits functions using the text editor in your $EDITOR
+variable, if set; otherwise it uses the built-in editor.
-- <code>-e command</code> or <code>--editor command</code> Open the function body inside the text editor given by the command (for example, "vi"). The command 'fish' will use the built-in editor.
-- <code>-i</code> or <code>--interactive</code> Open function body in built-in editor.
+- <code>-e command</code> or <code>--editor command</code> Open the function
+ body inside the text editor given by the command (for example, "vi"). The
+ command 'fish' will use the built-in editor.
+- <code>-i</code> or <code>--interactive</code> Open function body in the
+ built-in editor.