doc/lispref/minibuf.texi (Basic Completion): Fix a typo. (Bug#20108)
This commit is contained in:
parent
2fdec80c2c
commit
ea8cab39be
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2015-03-14 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
|
* minibuf.texi (Basic Completion): Fix a typo. (Bug#20108)
|
||||||
|
|
||||||
2015-02-07 Eli Zaretskii <eliz@gnu.org>
|
2015-02-07 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
* processes.texi (Synchronous Processes): Update documentation of
|
* processes.texi (Synchronous Processes): Update documentation of
|
||||||
|
|
|
@ -723,7 +723,7 @@ just one matching completion, and the match is exact, it returns
|
||||||
@code{t}. Otherwise, it returns the longest initial sequence common
|
@code{t}. Otherwise, it returns the longest initial sequence common
|
||||||
to all possible matching completions.
|
to all possible matching completions.
|
||||||
|
|
||||||
If @var{collection} is an list, the permissible completions are
|
If @var{collection} is a list, the permissible completions are
|
||||||
specified by the elements of the list, each of which should be either
|
specified by the elements of the list, each of which should be either
|
||||||
a string, or a cons cell whose @sc{car} is either a string or a symbol
|
a string, or a cons cell whose @sc{car} is either a string or a symbol
|
||||||
(a symbol is converted to a string using @code{symbol-name}). If the
|
(a symbol is converted to a string using @code{symbol-name}). If the
|
||||||
|
|
Loading…
Add table
Reference in a new issue