diff options
| author | Glenn Morris | 2011-05-16 19:42:23 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-05-16 19:42:23 -0700 |
| commit | b6d3ee5f4e893144dd6615c6990fc900fa1f95dd (patch) | |
| tree | 491091d7e61ddae43d6cc67b9f66dcf4d2aadafc | |
| parent | 2dd12e7ff01f09bc701aee77c03d50f52fc31033 (diff) | |
| download | emacs-b6d3ee5f4e893144dd6615c6990fc900fa1f95dd.tar.gz emacs-b6d3ee5f4e893144dd6615c6990fc900fa1f95dd.zip | |
* lisp/progmodes/cc-defs.el: Comment change.
| -rw-r--r-- | lisp/progmodes/cc-defs.el | 2 |
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." | |||
| 369 | (put 'c-safe 'lisp-indent-function 0) | 369 | (put 'c-safe 'lisp-indent-function 0) |
| 370 | 370 | ||
| 371 | (defmacro c-int-to-char (integer) | 371 | (defmacro c-int-to-char (integer) |
| 372 | ;; In GNU Emacs, a character is an integer. In XEmacs, a character is a | 372 | ;; In Emacs, a character is an integer. In XEmacs, a character is a |
| 373 | ;; type distinct from an integer. Sometimes we need to convert integers to | 373 | ;; type distinct from an integer. Sometimes we need to convert integers to |
| 374 | ;; characters. `c-int-to-char' makes this conversion, if necessary. | 374 | ;; characters. `c-int-to-char' makes this conversion, if necessary. |
| 375 | (if (fboundp 'int-to-char) | 375 | (if (fboundp 'int-to-char) |