emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/lispref/minibuf.texi,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/minibuf.texi,v
Date: Sun, 28 Oct 2007 14:47:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     07/10/28 14:47:58

Index: minibuf.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/minibuf.texi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- minibuf.texi        26 Oct 2007 09:48:56 -0000      1.4
+++ minibuf.texi        28 Oct 2007 14:47:58 -0000      1.5
@@ -846,8 +846,8 @@
 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
address@hidden is @code{nil}; or @var{default}.  The string or strins
-in @var{default} aer also available to the user through the history
address@hidden 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 @@
 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 "")}.




reply via email to

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