]> code.delx.au - gnu-emacs/blobdiff - lispref/minibuf.texi
(Window Start): Minor cleanups.
[gnu-emacs] / lispref / minibuf.texi
index d05329eeed7f7d277766724f4cf235295ec0ed7a..d4f94e5269b62bac2061dc02dde3107dacc59c76 100644 (file)
@@ -208,8 +208,10 @@ properties unconditionally, regardless of the value of this variable.
 @end defvar
 
 @defvar minibuffer-local-map
+This
 @anchor{Definition of minibuffer-local-map}
-This is the default local keymap for reading from the minibuffer.  By
+@c avoid page break at anchor; work around Texinfo deficiency
+is the default local keymap for reading from the minibuffer.  By
 default, it makes the following bindings:
 
 @table @asis
@@ -1509,7 +1511,7 @@ the call.
 This function asks the user a question, expecting input in the echo
 area.  It returns @code{t} if the user types @kbd{y}, @code{nil} if the
 user types @kbd{n}.  This function also accepts @key{SPC} to mean yes
-and @key{DEL} to mean no.  It accepts @kbd{C-]} to mean ``quit'', like
+and @key{DEL} to mean no.  It accepts @kbd{C-]} to mean ``quit,'' like
 @kbd{C-g}, because the question might look like a minibuffer and for
 that reason the user might try to use @kbd{C-]} to get out.  The answer
 is a single character, with no @key{RET} needed to terminate it.  Upper
@@ -1699,7 +1701,7 @@ answer); @var{function} is a function of one argument (an object from
 
 When the user responds with @var{char}, @code{map-y-or-n-p} calls
 @var{function}.  If it returns non-@code{nil}, the object is considered
-``acted upon'', and @code{map-y-or-n-p} advances to the next object in
+``acted upon,'' and @code{map-y-or-n-p} advances to the next object in
 @var{list}.  If it returns @code{nil}, the prompt is repeated for the
 same object.