about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-13 18:50:12 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-13 18:50:12 +0000
commit6a81d6f4d34ca5343bccc376b41722342477b3e2 (patch)
treecb45eace1bdd71a1999fdedbf1261732edfeac81 /Doc
parent8476e86d2d8117c3b30671034a1f5e4a6a414fe1 (diff)
downloadzsh-6a81d6f4d34ca5343bccc376b41722342477b3e2.tar.gz
zsh-6a81d6f4d34ca5343bccc376b41722342477b3e2.tar.xz
zsh-6a81d6f4d34ca5343bccc376b41722342477b3e2.zip
zsh-3.1.6-dev-15 zsh-3.1.6-dev-15
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile.in1
-rw-r--r--Doc/Zsh/mod_zle.yo12
2 files changed, 1 insertions, 12 deletions
diff --git a/Doc/Makefile.in b/Doc/Makefile.in
index eafbc2dd3..a78a3808a 100644
--- a/Doc/Makefile.in
+++ b/Doc/Makefile.in
@@ -286,6 +286,7 @@ clean-here:
 	rm -f *.aux *.cp *.cps *.fn *.fns *.ky *.log
 	rm -f *.pg *.pgs *.toc *.tp *.tps *.vr *.vrs
 	rm -rf infodir
+	rm -f *.1 Zsh/modlist.yo Zsh/modmenu.yo Zsh/manmodmenu.yo
 .PHONY: clean-here
 
 distclean-here: clean-here
diff --git a/Doc/Zsh/mod_zle.yo b/Doc/Zsh/mod_zle.yo
index edca157df..f7a4a5a7d 100644
--- a/Doc/Zsh/mod_zle.yo
+++ b/Doc/Zsh/mod_zle.yo
@@ -180,7 +180,6 @@ xitem(tt(zle) tt(-A) var(old-widget) var(new-widget))
 xitem(tt(zle) tt(-N) var(widget) [ var(function) ])
 xitem(tt(zle) tt(-C) var(widget) var(completion-widget) var(function))
 xitem(tt(zle) tt(-R) [ tt(-c) ] [ var(display-string) ] [ var(string) ... ])
-xitem(tt(zle) tt(-M) var(string))
 xitem(tt(zle) tt(-U) var(string))
 item(tt(zle) var(widget) tt([ -n) var(num) tt(]) tt([ -N ]) var(args) ...)(
 The tt(zle) builtin performs a number of different actions concerning
@@ -242,17 +241,6 @@ If the optional var(string)s are given they are listed below the
 prompt in the same way as completion lists are printed. If no
 var(string)s are given but the tt(-c) option is used such a list is
 cleared.
-
-Note that this option is only useful for widgets that do not exit
-immediatly after using it because the strings displayed will be erased 
-immediatly after return from the widget.
-)
-item(tt(-M) var(string))(
-As with the tt(-R) option, the var(string) will be displayed below the 
-command line. But unlike the tt(-R) option the string not be put into
-the status line but will instead be printed normally below the
-prompt. This means that the var(string) will still be displayed after
-the widget returns (until it is overwritten by subsequent commands).
 )
 item(tt(-U) var(string))(
 This puts the characters in the var(string) in the input queue of