Mercurial > hg > xemacs-beta
comparison man/lispref/display.texi @ 367:a4f53d9b3154 r21-1-13
Import from CVS: tag r21-1-13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:01:07 +0200 |
parents | 341dac730539 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
366:83d76f480a59 | 367:a4f53d9b3154 |
---|---|
162 @code{message} primitive, and for echoing keystrokes. It is not the | 162 @code{message} primitive, and for echoing keystrokes. It is not the |
163 same as the minibuffer, despite the fact that the minibuffer appears | 163 same as the minibuffer, despite the fact that the minibuffer appears |
164 (when active) in the same place on the screen as the echo area. The | 164 (when active) in the same place on the screen as the echo area. The |
165 @cite{XEmacs Reference Manual} specifies the rules for resolving conflicts | 165 @cite{XEmacs Reference Manual} specifies the rules for resolving conflicts |
166 between the echo area and the minibuffer for use of that screen space | 166 between the echo area and the minibuffer for use of that screen space |
167 (@pxref{Minibuffer,, The Minibuffer, emacs, The XEmacs Reference Manual}). | 167 (@pxref{Minibuffer,, The Minibuffer, xemacs, The XEmacs Reference Manual}). |
168 Error messages appear in the echo area; see @ref{Errors}. | 168 Error messages appear in the echo area; see @ref{Errors}. |
169 | 169 |
170 You can write output in the echo area by using the Lisp printing | 170 You can write output in the echo area by using the Lisp printing |
171 functions with @code{t} as the stream (@pxref{Output Functions}), or as | 171 functions with @code{t} as the stream (@pxref{Output Functions}), or as |
172 follows: | 172 follows: |