diff options
Diffstat (limited to 'doc/elgetpositionals.html')
-rw-r--r-- | doc/elgetpositionals.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/elgetpositionals.html b/doc/elgetpositionals.html index b24febe..ce59b72 100644 --- a/doc/elgetpositionals.html +++ b/doc/elgetpositionals.html @@ -82,7 +82,7 @@ on the positional parameters, think about replacing the <a href="multisubstitute.html">multisubstitute</a> call containing the <tt>elgetpositionals</tt> directive. </li> <li> If you are going to use the <a href="shift.html">shift</a> -command, it is best to use <a href="importas.html">importas</a> to +command, it is best to use <a href="importas.html">$</a> to substitute the first positional parameters, then use <tt>shift</tt>, then <tt>elgetpositionals</tt>. That way, <tt>$@</tt> will correctly be replaced by the remaining arguments. More generally, you should |