aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2015-08-15 10:40:06 -0700
committerGlenn Morris2015-08-15 10:40:06 -0700
commit208cfda3aa174d81952ff35272a467f8cb7e539e (patch)
treeb37fa0de3ede131908eed9eb81c23c4ec1994973 /src
parent2ff8791d61b81a72b8c7d288ebcd352b696584a7 (diff)
downloademacs-208cfda3aa174d81952ff35272a467f8cb7e539e.tar.gz
emacs-208cfda3aa174d81952ff35272a467f8cb7e539e.zip
* 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:
2429Anything else (in Emacs 24.1, the possibilities are: aix, berkeley-unix, 2429Anything else (in Emacs 24.1, the possibilities are: aix, berkeley-unix,
2430hpux, irix, usg-unix-v) indicates some sort of Unix system. */); 2430hpux, irix, usg-unix-v) indicates some sort of Unix system. */);
2431 Vsystem_type = intern_c_string (SYSTEM_TYPE); 2431 Vsystem_type = intern_c_string (SYSTEM_TYPE);
2432 /* See configure.ac (and config.nt) for the possible SYSTEM_TYPEs. */ 2432 /* See configure.ac for the possible SYSTEM_TYPEs. */
2433 2433
2434 DEFVAR_LISP ("system-configuration", Vsystem_configuration, 2434 DEFVAR_LISP ("system-configuration", Vsystem_configuration,
2435 doc: /* Value is string indicating configuration Emacs was built for. */); 2435 doc: /* Value is string indicating configuration Emacs was built for. */);