about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2000-07-19 21:37:18 +0000
committerWayne Davison <wayned@users.sourceforge.net>2000-07-19 21:37:18 +0000
commit1f0e43a2c87582ac9326241aaa42a9fd74a46009 (patch)
tree45370e4961634d53203bb15936316ee41b779775
parent1ad69e3d44f8077e066dadb2c17e70ddf52c9b6d (diff)
downloadzsh-1f0e43a2c87582ac9326241aaa42a9fd74a46009.tar.gz
zsh-1f0e43a2c87582ac9326241aaa42a9fd74a46009.tar.xz
zsh-1f0e43a2c87582ac9326241aaa42a9fd74a46009.zip
Mention the space-starting-alias feature in HIST_IGNORE_SPACE.
-rw-r--r--Doc/Zsh/options.yo3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 84feb32c7..c63982ffe 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -524,7 +524,8 @@ pindex(HIST_IGNORE_SPACE)
 cindex(history, ignoring spaces)
 item(tt(HIST_IGNORE_SPACE) (tt(-g)))(
 Do not enter command lines into the history list
-if any command on the line begins with a blank.
+if the first character on the line is a space, or if one of
+the expanded aliases contained a leading space.
 )
 pindex(HIST_NO_FUNCTIONS)
 item(tt(HIST_NO_FUNCTIONS))(