* lisp/progmodes/cc-defs.el: Comment change.
authorGlenn Morris <rgm@gnu.org>
Tue, 17 May 2011 02:42:23 +0000 (19:42 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 17 May 2011 02:42:23 +0000 (19:42 -0700)
lisp/progmodes/cc-defs.el

index ce38cf8..a063ce7 100644 (file)
@@ -369,7 +369,7 @@ to it is returned.  This function does not modify the point or the mark."
 (put 'c-safe 'lisp-indent-function 0)
 
 (defmacro c-int-to-char (integer)
-  ;; In GNU Emacs, a character is an integer.  In XEmacs, a character is a
+  ;; In Emacs, a character is an integer.  In XEmacs, a character is a
   ;; type distinct from an integer.  Sometimes we need to convert integers to
   ;; characters.  `c-int-to-char' makes this conversion, if necessary.
   (if (fboundp 'int-to-char)