about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-08-31 13:50:13 -0400
committerDaniel Shahaf <d.s@daniel.shahaf.name>2019-09-04 02:33:19 +0000
commit63cc5279b38bb07acd8074dcfcd0b0c354e3dfc9 (patch)
tree685671ec5aae38e3d9e5e2c9c679a02f9f42df1d /Doc
parenta98e13ed1f9c525947088ef9631e19e5477d5171 (diff)
downloadzsh-63cc5279b38bb07acd8074dcfcd0b0c354e3dfc9.tar.gz
zsh-63cc5279b38bb07acd8074dcfcd0b0c354e3dfc9.tar.xz
zsh-63cc5279b38bb07acd8074dcfcd0b0c354e3dfc9.zip
github #37: Make it easier to understand what "fc -e" does.
Diffstat (limited to 'Doc')
-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.