diff man/lispref/minibuf.texi @ 54:05472e90ae02 r19-16-pre2

Import from CVS: tag r19-16-pre2
author cvs
date Mon, 13 Aug 2007 08:57:55 +0200
parents 376386a54a3c
children 131b0175ea99
line wrap: on
line diff
--- a/man/lispref/minibuf.texi	Mon Aug 13 08:57:25 2007 +0200
+++ b/man/lispref/minibuf.texi	Mon Aug 13 08:57:55 2007 +0200
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the XEmacs Lisp Reference Manual.
-@c Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. 
+@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc. 
 @c See the file lispref.texi for copying conditions.
 @setfilename ../../info/minibuf.info
 @node Minibuffers, Command Loop, Read and Print, Top
@@ -319,7 +319,7 @@
 @noindent
 Typing @key{RET} right away would exit the minibuffer and evaluate the
 expression, thus moving point forward one word.
-@code{edit-and-eval-command} returns @code{nil} in this example.
+@code{edit-and-eval-command} returns @code{t} in this example.
 @end defun
 
 @node Minibuffer History
@@ -395,6 +395,18 @@
 A history list for arguments that are Lisp expressions to evaluate.
 @end defvar
 
+@defvar Info-minibuffer-history
+A history list for Info mode's minibuffer.
+@end defvar
+
+@defvar Manual-page-minibuffer-history
+A history list for @code{manual-entry}.
+@end defvar
+
+  There are many other minibuffer history lists, defined by various
+libraries.  An @kbd{M-x apropos} search for @samp{history} should prove
+fruitful in discovering them.
+
 @node Completion
 @section Completion
 @cindex completion