aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/funced.txt
diff options
context:
space:
mode:
authorGravatar maxfl <gmaxfl@gmail.com>2012-06-27 07:37:48 +0400
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-29 16:42:34 -0700
commit85f19f9b8c74239d22bbe34cdf338598f89f41b6 (patch)
tree6ec3665a9eb2d2db6ea6d24157a7b84e684c91ee /doc_src/funced.txt
parent40e4f49dbe483cef84edbea5e7a723e21c0f5e2e (diff)
Add -e option to funced
New option -e or --editor allows to edit function inside external editor, rather than in reader.
Diffstat (limited to 'doc_src/funced.txt')
-rw-r--r--doc_src/funced.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc_src/funced.txt b/doc_src/funced.txt
index 715babeb..91087c40 100644
--- a/doc_src/funced.txt
+++ b/doc_src/funced.txt
@@ -1,9 +1,11 @@
\section funced funced - edit a function interactively
\subsection funced-synopsis Synopsis
- <code>funced NAME</code>
+ <code>funced [-e] NAME</code>
\subsection funced-description Description
Use the funced command to interactively 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 definion will be shown on the command line.
+
+- <code>-e</code> or <code>--editor</code> open function body inside external editor