From 70ee951bc8c9003e3bd5bad1d18e2c44823138c0 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 28 Oct 2007 14:47:58 +0000 Subject: [PATCH] Fix typos. --- doc/lispref/minibuf.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 60b396be827..f85ca96db9f 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi @@ -846,8 +846,8 @@ input already in the buffer matches an element of @var{collection}. However, empty input is always permitted, regardless of the value of @var{require-match}; in that case, @code{completing-read} returns the first element of @var{default}, if it is a list; @code{""}, if -@var{default} is @code{nil}; or @var{default}. The string or strins -in @var{default} aer also available to the user through the history +@var{default} is @code{nil}; or @var{default}. The string or strings +in @var{default} are also available to the user through the history commands. The function @code{completing-read} uses @@ -1188,7 +1188,7 @@ symbol. The argument @var{default} specifies the default value to return if the user enters null input. It can be a symbol, a string, or a list of strings. If it is a string, @code{read-variable} interns it to -make the default value; If it is a list, @code{read-variable} interns +make the default value. If it is a list, @code{read-variable} interns the first element. If @var{default} is @code{nil}, that means no default has been specified; then if the user enters null input, the return value is @code{(intern "")}. -- 2.39.2