emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 ea8cab3: doc/lispref/minibuf.texi (Basic Completi


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-24 ea8cab3: doc/lispref/minibuf.texi (Basic Completion): Fix a typo. (Bug#20108)
Date: Sat, 14 Mar 2015 17:47:00 +0000

branch: emacs-24
commit ea8cab39be1bab165377237bd30eee15e76d991a
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    doc/lispref/minibuf.texi (Basic Completion): Fix a typo.  (Bug#20108)
---
 doc/lispref/ChangeLog    |    4 ++++
 doc/lispref/minibuf.texi |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index be2bb3e..319386d 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-14  Eli Zaretskii  <address@hidden>
+
+       * minibuf.texi (Basic Completion): Fix a typo.  (Bug#20108)
+
 2015-02-07  Eli Zaretskii  <address@hidden>
 
        * processes.texi (Synchronous Processes): Update documentation of
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi
index 14ac893..fa4ee04 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
 @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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]