diff options
| author | Glenn Morris | 2015-08-15 10:40:06 -0700 |
|---|---|---|
| committer | Glenn Morris | 2015-08-15 10:40:06 -0700 |
| commit | 208cfda3aa174d81952ff35272a467f8cb7e539e (patch) | |
| tree | b37fa0de3ede131908eed9eb81c23c4ec1994973 /src | |
| parent | 2ff8791d61b81a72b8c7d288ebcd352b696584a7 (diff) | |
| download | emacs-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.c | 2 |
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: | |||
| 2429 | Anything else (in Emacs 24.1, the possibilities are: aix, berkeley-unix, | 2429 | Anything else (in Emacs 24.1, the possibilities are: aix, berkeley-unix, |
| 2430 | hpux, irix, usg-unix-v) indicates some sort of Unix system. */); | 2430 | hpux, 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. */); |