comparison man/internals/internals.texi @ 3930:1dac67fc67ae

[xemacs-hg @ 2007-04-30 16:22:22 by stephent] Typo fix. <87tzuxhlkp.fsf@uwakimon.sk.tsukuba.ac.jp>
author stephent
date Mon, 30 Apr 2007 16:22:35 +0000
parents 5f25b1501bcd
children c1f9ac9f66de
comparison
equal deleted inserted replaced
3929:94ecba3ecd77 3930:1dac67fc67ae
17538 @file{objects-@var{console-type}}, @file{redisplay-@var{console-type}}, 17538 @file{objects-@var{console-type}}, @file{redisplay-@var{console-type}},
17539 and @file{glyphs-@var{console-type}} series of modules have nothing to 17539 and @file{glyphs-@var{console-type}} series of modules have nothing to
17540 do with Lisp objects and little to do with redisplay, respectively. 17540 do with Lisp objects and little to do with redisplay, respectively.
17541 Rather they implement abstractions used for rendering on each console 17541 Rather they implement abstractions used for rendering on each console
17542 type, such as fonts and colors (@file{objects}) and string and graphics 17542 type, such as fonts and colors (@file{objects}) and string and graphics
17543 drawing primitives (@file{rendering}). These modules are conceptually 17543 drawing primitives (@file{redisplay}). These modules are conceptually
17544 part of the console implementations, not part of redisplay or Lisp. 17544 part of the console implementations, not part of redisplay or Lisp.
17545 17545
17546 Public methods of a console are implemented as C functions declared 17546 Public methods of a console are implemented as C functions declared
17547 @code{static}, following a rigid naming convention: 17547 @code{static}, following a rigid naming convention:
17548 @samp{@var{console-type}_@var{method-name}}. Methods are bound to the 17548 @samp{@var{console-type}_@var{method-name}}. Methods are bound to the