summaryrefslogtreecommitdiff
path: root/Doc/Zsh/builtins.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r--Doc/Zsh/builtins.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 9eee30d46..15d3e0cf4 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -768,8 +768,8 @@ However, if the current event has added entries to the history with
includes all new history entries since the current event began.
When the tt(-l) flag is given, the resulting events are listed on
-standard output. Otherwise the editor program var(ename) is invoked on a
-file containing these history events. If var(ename) is not given, the
+standard output. Otherwise the editor program specified by tt(-e) var(ename)
+is invoked on a file containing these history events. If tt(-e) is not given, the
value of the parameter tt(FCEDIT) is used; if that is not set the value of
the parameter tt(EDITOR) is used; if that is not set a builtin default,
usually `tt(vi)' is used. If var(ename) is `tt(-)', no editor is invoked.