mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-24
1a941d6Fix incorrect usage of @key in the User Manual (Bug#20135)14c47d3doc/misc/efaq-w32.texi: Spell-check.ac85901doc/misc/efaq-w32.texi: Remove outdated information and update.c43762dFix description of fullscreen mode on MS-Windows (Bug#20110).ea8cab3doc/lispref/minibuf.texi (Basic Completion): Fix a typo. (Bug#20108)2fdec80Improve indexing in Emacs manual (Bug#20105)cc11321Fix --no-bitmap-icon Conflicts: doc/emacs/ChangeLog doc/lispref/ChangeLog doc/misc/ChangeLog src/ChangeLog
This commit is contained in:
commit
81deba3d7a
17 changed files with 292 additions and 255 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2015-03-18 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* minibuf.texi (Basic Completion): Fix a typo. (Bug#20108)
|
||||
|
||||
2015-03-09 Nicolas Petton <nicolas@petton.fr>
|
||||
|
||||
* sequences.texi (seq-into): Add documentation for the new
|
||||
|
|
|
|||
|
|
@ -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
|
||||
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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue