# HG changeset patch # User Richard M. Stallman # Date 767513943 0 # Node ID 299e6e1e5ae6de4ff273bfee4ec078b11d6a97e4 # Parent 06a13bf36a8c905c7f37d3c9941ca3a89d917295 (syms_of_emacs): Doc fix. diff -r 06a13bf36a8c -r 299e6e1e5ae6 src/emacs.c --- a/src/emacs.c Thu Apr 28 06:16:11 1994 +0000 +++ b/src/emacs.c Thu Apr 28 06:19:03 1994 +0000 @@ -1021,7 +1021,9 @@ "Priority for Emacs to run at.\n\ This value is effective only if set before Emacs is dumped,\n\ and only if the Emacs executable is installed with setuid to permit\n\ -it to change priority. (Emacs sets its uid back to the real uid.)"); +it to change priority. (Emacs sets its uid back to the real uid.)\n\ +Currently, you need to define PRIO_PROCESS in `config.h'\n\ +before you compile Emacs, to enable the code for this feature.") emacs_priority = 0; DEFVAR_LISP ("invocation-name", &Vinvocation_name,