Deleted Added
full compact
11c11
< Copyright (C) 1988-2005 Free Software Foundation, Inc.
---
> Copyright (C) 1988-2006 Free Software Foundation, Inc.
1036,1037c1036,1039
< assigned to @code{rl_event_hook}. The default waiting period is
< one-tenth of a second. Returns the old timeout value.
---
> assigned to @code{rl_event_hook}. @var{u} must be greater than or equal
> to zero (a zero-length timeout is equivalent to a poll).
> The default waiting period is one-tenth of a second.
> Returns the old timeout value.
1670a1673,1675
> At the least, even if no other expansion is performed, this function should
> remove any quote characters from the directory name, because its result will
> be passed directly to @code{opendir()}.