mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
unposted: contrib.yo: Fix typo "paramter" to. Caught by debian's lintian.
This commit is contained in:
parent
5276ff27d4
commit
3dfa00a583
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-07-03 Frank Terbeck <ft@bewatermyfriend.org>
|
||||
|
||||
* unposted: Doc/Zsh/contrib.yo: Fix typo "paramter" to. Caught by
|
||||
debian's lintian.
|
||||
|
||||
2011-07-01 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 29530: Src/subst.c, Test/E01options.ztst: ${..?..} shouldn't
|
||||
|
@ -15087,5 +15092,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5391 $
|
||||
* $Revision: 1.5392 $
|
||||
*****************************************************
|
||||
|
|
|
@ -2356,7 +2356,7 @@ This is similar to read-from-minibuffer in that it may be called as a
|
|||
function from a widget or as a widget of its own, and interactively reads
|
||||
input from the keyboard. However, the input being typed is concealed and
|
||||
a string of asterisks (`tt(*)') is shown instead. The value is saved in
|
||||
the paramter tt($INVISIBLE) to which a reference is inserted into the
|
||||
the parameter tt($INVISIBLE) to which a reference is inserted into the
|
||||
editing buffer at the restored cursor position. If the read was aborted
|
||||
by a keyboard break (typically tt(^G)) or another escape from editing such
|
||||
as tt(push-line), tt($INVISIBLE) is set to empty and the original buffer
|
||||
|
|
Loading…
Reference in a new issue