From: Glenn Morris Date: Sat, 14 Jun 2008 19:14:01 +0000 (+0000) Subject: Comment fix for rms. X-Git-Tag: emacs-pretest-23.0.90~4797 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1eb8fd9137c41343e4ca3e206c9aae1b5712ded3;p=emacs.git Comment fix for rms. --- diff --git a/src/sysdep.c b/src/sysdep.c index 9e1813bf71b..1ef5b512eea 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -166,7 +166,7 @@ extern int quit_char; #include "process.h" #include "cm.h" /* for reset_sys_modes */ -/* For serial_configure() and serial_open() */ +/* For serial_configure and serial_open. */ extern Lisp_Object QCport, QCspeed, QCprocess; extern Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven; extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary; diff --git a/src/w32.c b/src/w32.c index e0e19c3508a..a9f50139ea2 100644 --- a/src/w32.c +++ b/src/w32.c @@ -102,7 +102,7 @@ along with GNU Emacs. If not, see . */ #include "systime.h" #include "dispextern.h" /* for xstrcasecmp */ -/* For serial_configure() and serial_open() */ +/* For serial_configure and serial_open. */ #include "process.h" /* From process.c */ extern Lisp_Object QCport, QCspeed, QCprocess;