Mercurial > hg > xemacs-beta
changeset 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 | 94ecba3ecd77 |
children | fd1f0c73d4df |
files | man/ChangeLog man/internals/internals.texi |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <stephen@xemacs.org> + + * internals/internals.texi (Creating a New Console/Device/Frame Type): + Typo fix. + 2007-01-01 Malcolm Purvis <malcolmp@xemacs.org> * internals/internals.texi (Ben's README): Use 'grep -F' instead
--- 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