about summary refs log tree commit diff
path: root/Doc/Zsh/params.yo
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-09-05 10:47:06 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-09-05 10:47:53 +0000
commita4f087b98ee7973f48cf5adb23525dbe2c47a9d7 (patch)
tree38cd0992b07b865be5a4c6fddfcf65bf588ef8f4 /Doc/Zsh/params.yo
parent880579dc1e368bd6111b6f2d4c4449f4d42cd1b3 (diff)
downloadzsh-a4f087b98ee7973f48cf5adb23525dbe2c47a9d7.tar.gz
zsh-a4f087b98ee7973f48cf5adb23525dbe2c47a9d7.tar.xz
zsh-a4f087b98ee7973f48cf5adb23525dbe2c47a9d7.zip
unposted: Minor documentation tweaks.
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r--Doc/Zsh/params.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index a4067883a..ba2856b34 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -60,7 +60,7 @@ When the integer attribute, tt(-i), or a floating point attribute, tt(-E)
 or tt(-F), is set for var(name), the var(value) is subject to arithmetic
 evaluation.  Furthermore, by replacing `tt(=)' with `tt(+=)', a parameter
 can be incremented or appended to.  See noderef(Array Parameters) and
-ifzman(em(Arithmetic Evaluation) LPAR()in zmanref(zshexpn)RPAR())\
+ifzman(em(Arithmetic Evaluation) LPAR()in zmanref(zshmisc)RPAR())\
 ifnzman(noderef(Arithmetic Evaluation))
 for additional forms of assignment.