comparison lispref/display.texi @ 76841:fc9d442f98d2

Improve indexing.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 31 Mar 2007 17:27:34 +0000
parents 4f96f3f74c69
children 21e50d7ec51d
comparison
equal deleted inserted replaced
76840:0cdcaf11fa80 76841:fc9d442f98d2
124 @end defun 124 @end defun
125 125
126 @node Truncation 126 @node Truncation
127 @section Truncation 127 @section Truncation
128 @cindex line wrapping 128 @cindex line wrapping
129 @cindex line truncation
129 @cindex continuation lines 130 @cindex continuation lines
130 @cindex @samp{$} in display 131 @cindex @samp{$} in display
131 @cindex @samp{\} in display 132 @cindex @samp{\} in display
132 133
133 When a line of text extends beyond the right edge of a window, Emacs 134 When a line of text extends beyond the right edge of a window, Emacs
214 * Echo Area Customization:: Controlling the echo area. 215 * Echo Area Customization:: Controlling the echo area.
215 @end menu 216 @end menu
216 217
217 @node Displaying Messages 218 @node Displaying Messages
218 @subsection Displaying Messages in the Echo Area 219 @subsection Displaying Messages in the Echo Area
220 @cindex display message in echo area
219 221
220 This section describes the functions for explicitly producing echo 222 This section describes the functions for explicitly producing echo
221 area messages. Many other Emacs features display messages there, too. 223 area messages. Many other Emacs features display messages there, too.
222 224
223 @defun message format-string &rest arguments 225 @defun message format-string &rest arguments