]> code.delx.au - gnu-emacs/commitdiff
* src/emacs.c (syms_of_emacs) <system-configuration-features>: Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sun, 31 May 2015 23:27:36 +0000 (16:27 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 31 May 2015 23:27:36 +0000 (16:27 -0700)
src/emacs.c

index 70db900246a93a2194541e323b7b03c041e02ab1..bba68068a8397ec489f0a9ade6b65c132ef1a82a 100644 (file)
@@ -2434,7 +2434,10 @@ hpux, irix, usg-unix-v) indicates some sort of Unix system.  */);
   DEFVAR_LISP ("system-configuration-features", Vsystem_configuration_features,
               doc: /* String listing some of the main features this Emacs was compiled with.
 An element of the form \"FOO\" generally means that HAVE_FOO was
-defined during the build.  */);
+defined during the build.
+
+This is mainly intended for diagnostic purposes in bug reports.
+Don't rely on it for testing whether a feature you want to use is available.  */);
   Vsystem_configuration_features = build_string (EMACS_CONFIG_FEATURES);
 
   DEFVAR_BOOL ("noninteractive", noninteractive1,