]> git.eshelyaron.com Git - emacs.git/commitdiff
doc/lispref/minibuf.texi (Basic Completion): Fix a typo. (Bug#20108)
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Mar 2015 17:46:01 +0000 (19:46 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Mar 2015 17:46:01 +0000 (19:46 +0200)
doc/lispref/ChangeLog
doc/lispref/minibuf.texi

index be2bb3e79edec649ec9950d69d6cacdd3059ce82..319386d9f6c76c05b20df924dce394f7b7d63554 100644 (file)
@@ -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>
 
        * processes.texi (Synchronous Processes): Update documentation of
index 14ac893f292c09d7b3144b890bb6259cbb86a883..fa4ee04c7697c9b35a31d0143ee40ba1ad9812b7 100644 (file)
@@ -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