diff options
| author | Eli Zaretskii | 2015-03-14 19:46:01 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-03-14 19:46:01 +0200 |
| commit | ea8cab39be1bab165377237bd30eee15e76d991a (patch) | |
| tree | 3410d156b99d739d0e491998bc03311c0dc8dc50 | |
| parent | 2fdec80c2cebf486bc708c5a59b0cd52def5285b (diff) | |
| download | emacs-ea8cab39be1bab165377237bd30eee15e76d991a.tar.gz emacs-ea8cab39be1bab165377237bd30eee15e76d991a.zip | |
doc/lispref/minibuf.texi (Basic Completion): Fix a typo. (Bug#20108)
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/minibuf.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index be2bb3e79ed..319386d9f6c 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2015-03-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * minibuf.texi (Basic Completion): Fix a typo. (Bug#20108) | ||
| 4 | |||
| 1 | 2015-02-07 Eli Zaretskii <eliz@gnu.org> | 5 | 2015-02-07 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * processes.texi (Synchronous Processes): Update documentation of | 7 | * processes.texi (Synchronous Processes): Update documentation of |
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 14ac893f292..fa4ee04c769 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi | |||
| @@ -723,7 +723,7 @@ just one matching completion, and the match is exact, it returns | |||
| 723 | @code{t}. Otherwise, it returns the longest initial sequence common | 723 | @code{t}. Otherwise, it returns the longest initial sequence common |
| 724 | to all possible matching completions. | 724 | to all possible matching completions. |
| 725 | 725 | ||
| 726 | If @var{collection} is an list, the permissible completions are | 726 | If @var{collection} is a list, the permissible completions are |
| 727 | specified by the elements of the list, each of which should be either | 727 | specified by the elements of the list, each of which should be either |
| 728 | a string, or a cons cell whose @sc{car} is either a string or a symbol | 728 | a string, or a cons cell whose @sc{car} is either a string or a symbol |
| 729 | (a symbol is converted to a string using @code{symbol-name}). If the | 729 | (a symbol is converted to a string using @code{symbol-name}). If the |