comparison man/lispref/display.texi @ 314:341dac730539 r21-0b55

Import from CVS: tag r21-0b55
author cvs
date Mon, 13 Aug 2007 10:44:22 +0200
parents 7df0dd720c89
children a4f53d9b3154
comparison
equal deleted inserted replaced
313:2905de29931f 314:341dac730539
357 other problematic situations. Unlike messages, warnings are displayed 357 other problematic situations. Unlike messages, warnings are displayed
358 in a separate buffer, and include an explanatory message that may span 358 in a separate buffer, and include an explanatory message that may span
359 across several lines. Here is an example of how a warning is displayed: 359 across several lines. Here is an example of how a warning is displayed:
360 360
361 @example 361 @example
362 (1) (initialization/error) An error has occured while loading ~/.emacs: 362 (1) (initialization/error) An error has occurred while loading ~/.emacs:
363 363
364 Symbol's value as variable is void: bogus-variable 364 Symbol's value as variable is void: bogus-variable
365 365
366 To ensure normal operation, you should investigate the cause of the error 366 To ensure normal operation, you should investigate the cause of the error
367 in your initialization file and remove it. Use the `-debug-init' option 367 in your initialization file and remove it. Use the `-debug-init' option
497 Ultimately, a character is invisible if any of the elements of this list 497 Ultimately, a character is invisible if any of the elements of this list
498 applies to it. The list can have two kinds of elements: 498 applies to it. The list can have two kinds of elements:
499 499
500 @table @code 500 @table @code
501 @item @var{atom} 501 @item @var{atom}
502 A character is invisible if its @code{invisible} propery value 502 A character is invisible if its @code{invisible} property value
503 is @var{atom} or if it is a list with @var{atom} as a member. 503 is @var{atom} or if it is a list with @var{atom} as a member.
504 504
505 @item (@var{atom} . t) 505 @item (@var{atom} . t)
506 A character is invisible if its @code{invisible} propery value 506 A character is invisible if its @code{invisible} property value
507 is @var{atom} or if it is a list with @var{atom} as a member. 507 is @var{atom} or if it is a list with @var{atom} as a member.
508 Moreover, if this character is at the end of a line and is followed 508 Moreover, if this character is at the end of a line and is followed
509 by a visible newline, it displays an ellipsis. 509 by a visible newline, it displays an ellipsis.
510 @end table 510 @end table
511 @end table 511 @end table