comparison man/lispref/display.texi @ 446:1ccc32a20af4 r21-2-38

Import from CVS: tag r21-2-38
author cvs
date Mon, 13 Aug 2007 11:37:21 +0200
parents 576fb035e263
children 1fa8838efe99
comparison
equal deleted inserted replaced
445:34f3776fcf0e 446:1ccc32a20af4
165 165
166 The @dfn{echo area} is used for displaying messages made with the 166 The @dfn{echo area} is used for displaying messages made with the
167 @code{message} primitive, and for echoing keystrokes. It is not the 167 @code{message} primitive, and for echoing keystrokes. It is not the
168 same as the minibuffer, despite the fact that the minibuffer appears 168 same as the minibuffer, despite the fact that the minibuffer appears
169 (when active) in the same place on the screen as the echo area. The 169 (when active) in the same place on the screen as the echo area. The
170 @cite{XEmacs Reference Manual} specifies the rules for resolving conflicts 170 @cite{XEmacs Lisp Reference Manual} specifies the rules for resolving conflicts
171 between the echo area and the minibuffer for use of that screen space 171 between the echo area and the minibuffer for use of that screen space
172 (@pxref{Minibuffer,, The Minibuffer, emacs, The XEmacs Reference Manual}). 172 (@pxref{Minibuffer,, The Minibuffer, xemacs, The XEmacs Lisp Reference Manual}).
173 Error messages appear in the echo area; see @ref{Errors}. 173 Error messages appear in the echo area; see @ref{Errors}.
174 174
175 You can write output in the echo area by using the Lisp printing 175 You can write output in the echo area by using the Lisp printing
176 functions with @code{t} as the stream (@pxref{Output Functions}), or as 176 functions with @code{t} as the stream (@pxref{Output Functions}), or as
177 follows: 177 follows: