summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2015-08-15 10:40:06 -0700
committerGlenn Morris <rgm@gnu.org>2015-08-15 10:40:06 -0700
commit208cfda3aa174d81952ff35272a467f8cb7e539e (patch)
treeb37fa0de3ede131908eed9eb81c23c4ec1994973 /src
parent2ff8791d61b81a72b8c7d288ebcd352b696584a7 (diff)
* admin/admin.el (set-version, set-copyright): Remove deleted files.
; * src/emacs,c, lib-src/ntlib.c: Comment updates.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index aace618b300..80bb70cedeb 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -2429,7 +2429,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);
- /* See configure.ac (and config.nt) for the possible SYSTEM_TYPEs. */
+ /* See configure.ac for the possible SYSTEM_TYPEs. */
DEFVAR_LISP ("system-configuration", Vsystem_configuration,
doc: /* Value is string indicating configuration Emacs was built for. */);