aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/funced.txt
diff options
context:
space:
mode:
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