summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-05-16 19:42:23 -0700
committerGlenn Morris <rgm@gnu.org>2011-05-16 19:42:23 -0700
commitb6d3ee5f4e893144dd6615c6990fc900fa1f95dd (patch)
tree491091d7e61ddae43d6cc67b9f66dcf4d2aadafc /lisp
parent2dd12e7ff01f09bc701aee77c03d50f52fc31033 (diff)
downloademacs-b6d3ee5f4e893144dd6615c6990fc900fa1f95dd.tar.gz
* lisp/progmodes/cc-defs.el: Comment change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/cc-defs.el2
1 files changed, 1 insertions, 1 deletions
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)