From 6a81d6f4d34ca5343bccc376b41722342477b3e2 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 13 Jan 2000 18:50:12 +0000 Subject: zsh-3.1.6-dev-15 --- Doc/Makefile.in | 1 + Doc/Zsh/mod_zle.yo | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) (limited to 'Doc') 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 -- cgit 1.4.1