CVS update by stephent xemacs/man/internals ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Mon Apr 30 12:22:48 EDT 2007


  User: stephent
  Date: 07/04/30 18:22:48

  Modified:    xemacs/man/internals internals.texi
Log:
Typo fix. <87tzuxhlkp.fsf at uwakimon.sk.tsukuba.ac.jp>

Revision  Changes    Path
1.353     +5 -0      XEmacs/xemacs/man/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/ChangeLog,v
retrieving revision 1.352
retrieving revision 1.353
diff -u -p -r1.352 -r1.353
--- ChangeLog	2007/01/01 10:04:11	1.352
+++ ChangeLog	2007/04/30 16:22:22	1.353
@@ -1,3 +1,8 @@
+2007-04-30  Stephen J. Turnbull  <stephen at xemacs.org>
+
+	* internals/internals.texi (Creating a New Console/Device/Frame Type):
+	Typo fix.
+
 2007-01-01  Malcolm Purvis  <malcolmp at xemacs.org>
 
 	* internals/internals.texi (Ben's README): Use 'grep -F' instead



1.79      +1 -1      XEmacs/xemacs/man/internals/internals.texi

Index: internals.texi
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/internals/internals.texi,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -p -r1.78 -r1.79
--- internals.texi	2007/01/01 10:04:13	1.78
+++ internals.texi	2007/04/30 16:22:35	1.79
@@ -17540,7 +17540,7 @@ and @file{glyphs- at var{console-type}} ser
 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





More information about the XEmacs-CVS mailing list