From 63cc5279b38bb07acd8074dcfcd0b0c354e3dfc9 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 31 Aug 2019 13:50:13 -0400 Subject: github #37: Make it easier to understand what "fc -e" does. --- Doc/Zsh/builtins.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc') 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. -- cgit 1.4.1