diff options
| author | Paul Eggert | 2015-03-18 11:45:36 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-03-18 11:45:36 -0700 |
| commit | 81deba3d7a2b187d58fe26bd8b4eafb5687095e1 (patch) | |
| tree | 82feff9e8228de216840a6c96ba7c006ce337e24 /doc/lispref | |
| parent | 8dfff871bdf0e420c6f5570e72afc80471d40d51 (diff) | |
| parent | 1a941d6c9eab9a35682408d6b85a1a98cfb6b01d (diff) | |
| download | emacs-81deba3d7a2b187d58fe26bd8b4eafb5687095e1.tar.gz emacs-81deba3d7a2b187d58fe26bd8b4eafb5687095e1.zip | |
Merge from origin/emacs-24
1a941d6 Fix incorrect usage of @key in the User Manual (Bug#20135)
14c47d3 doc/misc/efaq-w32.texi: Spell-check.
ac85901 doc/misc/efaq-w32.texi: Remove outdated information and update.
c43762d Fix description of fullscreen mode on MS-Windows (Bug#20110).
ea8cab3 doc/lispref/minibuf.texi (Basic Completion): Fix a typo. (Bug#20108)
2fdec80 Improve indexing in Emacs manual (Bug#20105)
cc11321 Fix --no-bitmap-icon
Conflicts:
doc/emacs/ChangeLog
doc/lispref/ChangeLog
doc/misc/ChangeLog
src/ChangeLog
Diffstat (limited to 'doc/lispref')
| -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 260656c6cf7..3644d40fabf 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2015-03-18 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * minibuf.texi (Basic Completion): Fix a typo. (Bug#20108) | ||
| 4 | |||
| 1 | 2015-03-09 Nicolas Petton <nicolas@petton.fr> | 5 | 2015-03-09 Nicolas Petton <nicolas@petton.fr> |
| 2 | 6 | ||
| 3 | * sequences.texi (seq-into): Add documentation for the new | 7 | * sequences.texi (seq-into): Add documentation for the new |
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 4fec757393f..24c7559c7d9 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 |