diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2002-08-05 12:33:27 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2002-08-05 12:33:27 +0000 |
commit | ed89700265c129983a6badca26b35eb62bb5dd70 (patch) | |
tree | 774902c6e766e1ec1794d95c1611858f64366b9b /Doc/Zsh/contrib.yo | |
parent | c4f4ace06b495f5dc0bd3961112d3f7828dac4bb (diff) | |
download | zsh-ed89700265c129983a6badca26b35eb62bb5dd70.tar.gz zsh-ed89700265c129983a6badca26b35eb62bb5dd70.tar.xz zsh-ed89700265c129983a6badca26b35eb62bb5dd70.zip |
17503: fix various typos, spelling mistakes and poor wordings in the docs
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-rw-r--r-- | Doc/Zsh/contrib.yo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index a6e2c8811..46d208f6c 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -438,7 +438,7 @@ and tt(down-line-or-search): if in a multiline buffer they move up or down within the buffer, otherwise they search for a history line matching the start of the current line. In this case, however, they search for a line which matches the current line up to the current cursor position, in -the manner of tt(history-begining-search-backward) and tt(-forward), rather +the manner of tt(history-beginning-search-backward) and tt(-forward), rather than the first word on the line. ) tindex(incarg) @@ -909,7 +909,7 @@ evaluated using radians, and so on. Each line typed is evaluated as an expression. The prompt shows a number, which corresponds to a positional parameter where the result of that calculation is stored. For example, the result of the calculation on the -line preceeded by `tt(4> )' is available as tt($4). Full command line +line preceded by `tt(4> )' is available as tt($4). Full command line editing, including the history of previous calculations, is available; the history is saved in the file tt(~/.zcalc_history). To exit, enter a blank line or type `tt(q)' on its own. @@ -923,7 +923,7 @@ Parameter assignment is possible, but note that all parameters will be put into the global namespace. An extra facility is provided for changing the default output base. Use, -for example, `tt([#16])' to display hexadecimal output preceeded by an +for example, `tt([#16])' to display hexadecimal output preceded by an indication of the base, or `tt([##16])' just to display the raw number in the given base. Bases themselves are always specified in decimal. `tt([#])' restores the normal output format. |