about summary refs log tree commit diff
path: root/Doc/Zsh/func.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-08-11 09:18:18 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-08-11 09:18:18 +0000
commit342999a629c449ed96473428b6639f9f6875f681 (patch)
treef82ff45669d4a63d98100a363bd5681fc75316c1 /Doc/Zsh/func.yo
parent20c2246d683e8891560df5ebc466507d9e3002c3 (diff)
downloadzsh-342999a629c449ed96473428b6639f9f6875f681.tar.gz
zsh-342999a629c449ed96473428b6639f9f6875f681.tar.xz
zsh-342999a629c449ed96473428b6639f9f6875f681.zip
unposted: prvent zshaddhistory() from looking like a Yodl macro
Diffstat (limited to 'Doc/Zsh/func.yo')
-rw-r--r--Doc/Zsh/func.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/func.yo b/Doc/Zsh/func.yo
index 36b135275..888cf3ce2 100644
--- a/Doc/Zsh/func.yo
+++ b/Doc/Zsh/func.yo
@@ -264,7 +264,7 @@ history with the newline stripped,  which is usually the correct behaviour.
 Then it switches the history context so that the line will
 be written to a history file in the current directory.
 
-example(zshaddhistory() {
+example(zshaddhistory+LPAR()RPAR() {
   print -sr -- ${1%%$'\n'}
   fc -p .zsh_local_history
 })