diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2021-03-03 00:18:18 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2021-03-26 23:20:19 +0000 |
commit | 2ad942b7582de28cb0acf34255e5c3d0e5173d84 (patch) | |
tree | 64f37a31f840f6150c90ee8a3706181b7001eee4 /Etc | |
parent | a5a093d5fec5b03c0fee34650d4f31469e18ca1d (diff) | |
download | zsh-2ad942b7582de28cb0acf34255e5c3d0e5173d84.tar.gz zsh-2ad942b7582de28cb0acf34255e5c3d0e5173d84.tar.xz zsh-2ad942b7582de28cb0acf34255e5c3d0e5173d84.zip |
48131/0002: FAQ: 3.31: Tweak summary paragraph
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/FAQ.yo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo index 9831b027c..f0a50489c 100644 --- a/Etc/FAQ.yo +++ b/Etc/FAQ.yo @@ -2099,9 +2099,10 @@ label(331) (By way of comparison, it's not a bug in Emacs that mytt(:q!) doesn't cause it to exit.) - If you'd like to run a bash script under zsh, you must port the script + In summary, + if you'd like to run a bash script or plugin under zsh, you must port the script or plugin properly, reviewing it line by line for differences between the two - languages and adjusting the script accordingly, just like you would + languages and adjusting it accordingly, just like you would when translating a book from American English to British English. |