From: Glenn Morris Date: Tue, 17 May 2011 02:42:23 +0000 (-0700) Subject: * lisp/progmodes/cc-defs.el: Comment change. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~243 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b6d3ee5f4e893144dd6615c6990fc900fa1f95dd;p=emacs.git * lisp/progmodes/cc-defs.el: Comment change. --- diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index ce38cf8850b..a063ce7dab6 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el @@ -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)