From: Paul Eggert Date: Mon, 14 Mar 2011 03:35:14 +0000 (-0700) Subject: Rewrite to avoid "/*" in comment. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~554^2~121 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=603935076c44ddba546c2f8f0e70d9a664f9aac2;p=emacs.git Rewrite to avoid "/*" in comment. --- diff --git a/src/emacs.c b/src/emacs.c index 4455e6b4d9f..8b5daf8c7c6 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -2380,7 +2380,7 @@ Special values: Anything else (in Emacs 24.1, the possibilities are: aix, berkeley-unix, hpux, irix, usg-unix-v) indicates some sort of Unix system. */); Vsystem_type = intern_c_string (SYSTEM_TYPE); - /* Above values are from SYSTEM_TYPE in src/s/*.h. */ + /* The above values are from SYSTEM_TYPE in include files under src/s. */ DEFVAR_LISP ("system-configuration", Vsystem_configuration, doc: /* Value is string indicating configuration Emacs was built for.