Deleted Added
full compact
13c13
< Copyright (C) 1988-2004 Free Software Foundation, Inc.
---
> Copyright (C) 1988-2005 Free Software Foundation, Inc.
386c386
< to case.
---
> to case. Unrecognized variable names are ignored.
387a388,391
> Boolean variables (those that can be set to on or off) are set to on if
> the value is null or empty, @var{on} (case-insensitive), or 1. Any other
> value results in the variable being set to off.
>
406a411,416
> @item bind-tty-special-chars
> @vindex bind-tty-special-chars
> If set to @samp{on}, Readline attempts to bind the control characters
> treated specially by the kernel's terminal driver to their Readline
> equivalents.
>
425a436
> A negative value means Readline should never ask.
458a470
> @item history-preserve-point
462c474
< or @code{next-history}.
---
> or @code{next-history}. The default is @samp{off}.
1014a1027,1028
> Once the argument @var{n} is computed, the argument is extracted
> as if the @samp{!@var{n}} history expansion had been specified.
1021a1036,1037
> The history expansion facilities are used to extract the last argument,
> as if the @samp{!$} history expansion had been specified.
1533c1549
< command substitution, arithmetic expansion, and pathname expansion,
---
> command substitution, and arithmetic expansion,
1695a1712,1717
>
> @item plusdirs
> After any matches defined by the compspec are generated,
> directory name completion is attempted and any
> matches are added to the results of the other actions.
>