summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/builtins.yo4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c24a61686..501a3d354 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-09-04 Ned Batchelder <ned@nedbatchelder.com>
+
+ * github #37: Doc/Zsh/builtins.yo: Make it easier to understand
+ what "fc -e" does.
+
2019-08-29 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 44714 (tweaked): Src/utils.c: Take account of CDABLE_VARS
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.