about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>2018-09-26 15:11:12 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2018-09-27 16:03:51 +0000
commit15d613a14f989c03ac8e037ceb231f9daff7caee (patch)
tree0efbf1e771b5bb7bca0b6856b40120d5b2148b06
parentc2d65a3a6ecdeecf05803a6fe0d03fd3383fe178 (diff)
downloadzsh-15d613a14f989c03ac8e037ceb231f9daff7caee.tar.gz
zsh-15d613a14f989c03ac8e037ceb231f9daff7caee.tar.xz
zsh-15d613a14f989c03ac8e037ceb231f9daff7caee.zip
43563: zshzle: Clarify sentence in introduction.
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/zle.yo6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 09a7e18e1..241bd917a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-09-27  Daniel Shahaf  <d.s@xxxxxxxxxxxxxxxxxx>
+
+	* 43563: Doc/Zsh/zle.yo: zshzle: Clarify sentence in
+	introduction.
+
 2018-09-26  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 43564: Better output concerning stopped subjob.
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index 6ae4863c6..895c5c570 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -47,11 +47,11 @@ by default be entered in emacs mode by holding the alt key and typing
 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
+number of times, unless otherwise noted below; this is implemented
+by the tt(digit-argument) widget. See also
 ifzman(the em(Arguments) subsection of the em(Widgets) section )\
 ifnzman(noderef(Arguments) )\
-for some other ways the numeric argument can be modified. The default
-bindings mentioned here use the tt(digit-argument) widget.
+for some other ways the numeric argument can be modified.
 
 startmenu()
 menu(Keymaps)