Mercurial > hg > xemacs-beta
diff man/lispref/display.texi @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | a4f53d9b3154 |
children | 6240c7796c7a |
line wrap: on
line diff
--- a/man/lispref/display.texi Mon Aug 13 11:01:58 2007 +0200 +++ b/man/lispref/display.texi Mon Aug 13 11:03:08 2007 +0200 @@ -164,7 +164,7 @@ (when active) in the same place on the screen as the echo area. The @cite{XEmacs Reference Manual} specifies the rules for resolving conflicts between the echo area and the minibuffer for use of that screen space -(@pxref{Minibuffer,, The Minibuffer, xemacs, The XEmacs Reference Manual}). +(@pxref{Minibuffer,, The Minibuffer, emacs, The XEmacs Reference Manual}). Error messages appear in the echo area; see @ref{Errors}. You can write output in the echo area by using the Lisp printing @@ -359,7 +359,7 @@ across several lines. Here is an example of how a warning is displayed: @example -(1) (initialization/error) An error has occurred while loading ~/.emacs: +(1) (initialization/error) An error has occured while loading ~/.emacs: Symbol's value as variable is void: bogus-variable @@ -499,11 +499,11 @@ @table @code @item @var{atom} -A character is invisible if its @code{invisible} property value +A character is invisible if its @code{invisible} propery value is @var{atom} or if it is a list with @var{atom} as a member. @item (@var{atom} . t) -A character is invisible if its @code{invisible} property value +A character is invisible if its @code{invisible} propery value is @var{atom} or if it is a list with @var{atom} as a member. Moreover, if this character is at the end of a line and is followed by a visible newline, it displays an ellipsis.