From: Eli Zaretskii Date: Sun, 4 Jan 2015 15:51:35 +0000 (+0200) Subject: src/emacs.c (syms_of_emacs) : Doc fix. (Bug#19502) X-Git-Tag: emacs-24.4.90~70 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=143516c73db7e182687f4be98966461ce7f3703f;p=emacs.git src/emacs.c (syms_of_emacs) : Doc fix. (Bug#19502) --- diff --git a/src/ChangeLog b/src/ChangeLog index 7e6a7c4c9e7..39acf77e41b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2015-01-04 Eli Zaretskii + + * emacs.c (syms_of_emacs) : Doc fix. + (Bug#19502) + 2014-12-30 Eli Zaretskii * xdisp.c (pos_visible_p): Fix up the X coordinate for diff --git a/src/emacs.c b/src/emacs.c index 33e8e9df7ba..d89a6810832 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -2439,9 +2439,7 @@ hpux, irix, usg-unix-v) indicates some sort of Unix system. */); /* See configure.ac (and config.nt) for the possible SYSTEM_TYPEs. */ DEFVAR_LISP ("system-configuration", Vsystem_configuration, - doc: /* Value is string indicating configuration Emacs was built for. -On MS-Windows, the value reflects the OS flavor and version on which -Emacs is running. */); + doc: /* Value is string indicating configuration Emacs was built for. */); Vsystem_configuration = build_string (EMACS_CONFIGURATION); DEFVAR_LISP ("system-configuration-options", Vsystem_configuration_options,