[AC21.5] Typo fix in internals.texi

Stephen J. Turnbull stephen at xemacs.org
Mon Apr 30 12:29:58 EDT 2007


APPROVE COMMIT 21.5

2007-04-30  Stephen J. Turnbull  <stephen at xemacs.org>

	* internals/internals.texi (Creating a New Console/Device/Frame Type):
	Typo fix.



Index: man/internals/internals.texi
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/internals/internals.texi,v
retrieving revision 1.78
diff -u -u -r1.78 internals.texi
--- man/internals/internals.texi	1 Jan 2007 10:04:13 -0000	1.78
+++ man/internals/internals.texi	30 Apr 2007 13:48:14 -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



More information about the XEmacs-Patches mailing list