# HG changeset patch # User stephent # Date 1177950155 0 # Node ID 1dac67fc67aea3796c5e29c6144f68def5972237 # Parent 94ecba3ecd7765f02635cf2b8068a6972d4461c0 [xemacs-hg @ 2007-04-30 16:22:22 by stephent] Typo fix. <87tzuxhlkp.fsf@uwakimon.sk.tsukuba.ac.jp> diff -r 94ecba3ecd77 -r 1dac67fc67ae man/ChangeLog --- a/man/ChangeLog Mon Apr 30 16:16:52 2007 +0000 +++ b/man/ChangeLog Mon Apr 30 16:22:35 2007 +0000 @@ -1,3 +1,8 @@ +2007-04-30 Stephen J. Turnbull + + * internals/internals.texi (Creating a New Console/Device/Frame Type): + Typo fix. + 2007-01-01 Malcolm Purvis * internals/internals.texi (Ben's README): Use 'grep -F' instead diff -r 94ecba3ecd77 -r 1dac67fc67ae man/internals/internals.texi --- a/man/internals/internals.texi Mon Apr 30 16:16:52 2007 +0000 +++ b/man/internals/internals.texi Mon Apr 30 16:22:35 2007 +0000 @@ -17540,7 +17540,7 @@ do with Lisp objects and little to do with redisplay, respectively. Rather they implement abstractions used for rendering on each console type, such as fonts and colors (@file{objects}) and string and graphics -drawing primitives (@file{rendering}). These modules are conceptually +drawing primitives (@file{redisplay}). These modules are conceptually part of the console implementations, not part of redisplay or Lisp. Public methods of a console are implemented as C functions declared