emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104257: * lisp/progmodes/cc-defs.el:


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104257: * lisp/progmodes/cc-defs.el: Comment change.
Date: Mon, 16 May 2011 19:42:23 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104257
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2011-05-16 19:42:23 -0700
message:
  * lisp/progmodes/cc-defs.el: Comment change.
modified:
  lisp/progmodes/cc-defs.el
=== modified file 'lisp/progmodes/cc-defs.el'
--- a/lisp/progmodes/cc-defs.el 2011-01-26 08:36:39 +0000
+++ b/lisp/progmodes/cc-defs.el 2011-05-17 02:42:23 +0000
@@ -369,7 +369,7 @@
 (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]