aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2009-09-03 06:03:48 +0000
committerGlenn Morris2009-09-03 06:03:48 +0000
commitbbe21085848faf713d26b6d27fa8326155933b5a (patch)
tree7c858429421d16cd524e4c2142a56e6e521ccf00 /src
parent734db3841680b1eed09eff8e1b902e879298042d (diff)
downloademacs-bbe21085848faf713d26b6d27fa8326155933b5a.tar.gz
emacs-bbe21085848faf713d26b6d27fa8326155933b5a.zip
CHENG Gao <chenggao at gmail.com>
Fixup comment format.
Diffstat (limited to 'src')
-rw-r--r--src/nsterm.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.m b/src/nsterm.m
index c6bcf68e3b8..5a58f1d64d5 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -1345,7 +1345,7 @@ static int
1345ns_get_color (const char *name, NSColor **col) 1345ns_get_color (const char *name, NSColor **col)
1346/* -------------------------------------------------------------------------- 1346/* --------------------------------------------------------------------------
1347 Parse a color name 1347 Parse a color name
1348/* -------------------------------------------------------------------------- 1348 -------------------------------------------------------------------------- */
1349/* On *Step, we attempt to mimic the X11 platform here, down to installing an 1349/* On *Step, we attempt to mimic the X11 platform here, down to installing an
1350 X11 rgb.txt-compatible color list in Emacs.clr (see ns_term_init()). 1350 X11 rgb.txt-compatible color list in Emacs.clr (see ns_term_init()).
1351 See: http://thread.gmane.org/gmane.emacs.devel/113050/focus=113272). */ 1351 See: http://thread.gmane.org/gmane.emacs.devel/113050/focus=113272). */