mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
Applied grammar and styling corrections
Applied grammar and styling corrections.
This commit is contained in:
parent
f0aa2d2049
commit
71ab0fbda6
56 changed files with 112 additions and 129 deletions
|
|
@ -6,15 +6,15 @@
|
|||
%9Parameters:%9
|
||||
|
||||
A name of the alias and the command to execute. You can prepend the alias
|
||||
with the "-" character to remove the alias; if no argument is given, your
|
||||
with the '-' character to remove the alias; if no argument is given, your
|
||||
aliases will be displayed.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
Creates or updates an alias; you can use the ";" character to separate
|
||||
Creates or updates an alias; you can use the ';' character to separate
|
||||
multiple commands.
|
||||
|
||||
The parametesr given to the alias are expanded in "$[\d]" For example $0,
|
||||
The parameters given to the alias are expanded in '$[\d]'; for example $0,
|
||||
$1, $2, $8, $12, ...
|
||||
|
||||
If you don't use any parameters in your alias, all parameters will be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue