diff options
| author | Glenn Morris | 2015-05-31 16:27:36 -0700 |
|---|---|---|
| committer | Glenn Morris | 2015-05-31 16:27:36 -0700 |
| commit | 21d13bce38c2160bf21b3428cd8e56daadcf4698 (patch) | |
| tree | d4218cc7b381255461eb443fba66dade637c15f7 /src | |
| parent | 0c2a3cf62a0117586803513ef104ff3ef97c1c3f (diff) | |
| download | emacs-21d13bce38c2160bf21b3428cd8e56daadcf4698.tar.gz emacs-21d13bce38c2160bf21b3428cd8e56daadcf4698.zip | |
* src/emacs.c (syms_of_emacs) <system-configuration-features>: Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 70db900246a..bba68068a83 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -2434,7 +2434,10 @@ hpux, irix, usg-unix-v) indicates some sort of Unix system. */); | |||
| 2434 | DEFVAR_LISP ("system-configuration-features", Vsystem_configuration_features, | 2434 | DEFVAR_LISP ("system-configuration-features", Vsystem_configuration_features, |
| 2435 | doc: /* String listing some of the main features this Emacs was compiled with. | 2435 | doc: /* String listing some of the main features this Emacs was compiled with. |
| 2436 | An element of the form \"FOO\" generally means that HAVE_FOO was | 2436 | An element of the form \"FOO\" generally means that HAVE_FOO was |
| 2437 | defined during the build. */); | 2437 | defined during the build. |
| 2438 | |||
| 2439 | This is mainly intended for diagnostic purposes in bug reports. | ||
| 2440 | Don't rely on it for testing whether a feature you want to use is available. */); | ||
| 2438 | Vsystem_configuration_features = build_string (EMACS_CONFIG_FEATURES); | 2441 | Vsystem_configuration_features = build_string (EMACS_CONFIG_FEATURES); |
| 2439 | 2442 | ||
| 2440 | DEFVAR_BOOL ("noninteractive", noninteractive1, | 2443 | DEFVAR_BOOL ("noninteractive", noninteractive1, |