From b6d3ee5f4e893144dd6615c6990fc900fa1f95dd Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 16 May 2011 19:42:23 -0700 Subject: [PATCH] * lisp/progmodes/cc-defs.el: Comment change. --- lisp/progmodes/cc-defs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index ce38cf8850..a063ce7dab 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) -- 2.39.2