comparison lispref/minibuf.texi @ 76837:4f96f3f74c69

Improve indexing.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 31 Mar 2007 14:37:05 +0000
parents e5b96737f906
children fc9d442f98d2
comparison
equal deleted inserted replaced
76836:9feeb7a817c0 76837:4f96f3f74c69
810 @end smallexample 810 @end smallexample
811 @end defmac 811 @end defmac
812 812
813 @node Minibuffer Completion 813 @node Minibuffer Completion
814 @subsection Completion and the Minibuffer 814 @subsection Completion and the Minibuffer
815 @cindex minibuffer completion
816 @cindex reading from minibuffer with completion
815 817
816 This section describes the basic interface for reading from the 818 This section describes the basic interface for reading from the
817 minibuffer with completion. 819 minibuffer with completion.
818 820
819 @defun completing-read prompt collection &optional predicate require-match initial hist default inherit-input-method 821 @defun completing-read prompt collection &optional predicate require-match initial hist default inherit-input-method
1872 it erases the entire current buffer. 1874 it erases the entire current buffer.
1873 @end defun 1875 @end defun
1874 1876
1875 @node Recursive Mini 1877 @node Recursive Mini
1876 @section Recursive Minibuffers 1878 @section Recursive Minibuffers
1879 @cindex recursive minibuffers
1877 1880
1878 These functions and variables deal with recursive minibuffers 1881 These functions and variables deal with recursive minibuffers
1879 (@pxref{Recursive Editing}): 1882 (@pxref{Recursive Editing}):
1880 1883
1881 @defun minibuffer-depth 1884 @defun minibuffer-depth