From fa8a0e241c8ac9eb48ab9fc2d8bb3105088e0db9 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Wed, 7 Mar 2012 06:10:42 +0000 Subject: 30320: "emulate" accepts invocation-time flags; other small doc tweaks. --- Etc/FAQ.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Etc') diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo index ee79a6ac4..ddbf42885 100644 --- a/Etc/FAQ.yo +++ b/Etc/FAQ.yo @@ -722,7 +722,7 @@ label(23) appear inside the tt({ }) the way they get appended to an alias. myeit() If the csh alias references its own name (tt(alias rm "rm -i")), - then in a zsh function you need the "command" keyword + then in a zsh function you need the "command" or "builtin" keyword (function tt(rm() { command rm -i "$@" })), but in a zsh alias you don't (tt(alias rm="rm -i")). -- cgit 1.4.1