about summary refs log tree commit diff
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
parent880579dc1e368bd6111b6f2d4c4449f4d42cd1b3 (diff)
downloadzsh-a4f087b98ee7973f48cf5adb23525dbe2c47a9d7.tar.gz
zsh-a4f087b98ee7973f48cf5adb23525dbe2c47a9d7.tar.xz
zsh-a4f087b98ee7973f48cf5adb23525dbe2c47a9d7.zip
unposted: Minor documentation tweaks.
-rw-r--r--ChangeLog3
-rw-r--r--Doc/Zsh/params.yo2
-rw-r--r--Doc/Zsh/zle.yo5
3 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 05d6999ce..7b98bfe2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-09-05  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* unposted: Doc/Zsh/params.yo Doc/Zsh/zle.yo: Minor documentation
+	tweaks.
+
 	* 36410: Doc/Zsh/contrib.yo
 	Functions/VCS_Info/Backends/VCS_INFO_get_data_git: vcs_info git:
 	Present merge heads as patches
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.
 
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index c06e2260e..4e9369508 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -34,7 +34,8 @@ The parameter tt(zle_highlight) is also used by the line editor; see
 ifzman(em(Character Highlighting) below)\
 ifnzman(noderef(Character Highlighting)).  Highlighting
 of special characters and the region between the cursor and the
-mark (as set with tt(set-mark-command) in Emacs mode) is enabled
+mark (as set with tt(set-mark-command) in Emacs mode, or by tt(visual-mode)
+in Vi mode) is enabled
 by default; consult this reference for more information.  Irascible
 conservatives will wish to know that all highlighting may be disabled by
 the following setting:
@@ -43,7 +44,7 @@ example(zle_highlight=(none))
 
 In many places, references are made to the tt(numeric argument).  This can
 by default be entered in emacs mode by holding the alt key and typing
-a number, or pressing escape before each number, and in vi command mode
+a number, or pressing escape before each digit, and in vi command mode
 by typing the number before entering a command.  Generally the numeric
 argument causes the next command entered to be repeated the specified
 number of times, unless otherwise noted below. See also