From: Richard M. Stallman Date: Thu, 28 Apr 1994 06:19:03 +0000 (+0000) Subject: (syms_of_emacs): Doc fix. X-Git-Tag: emacs-19.34~8690 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=621ecf991bf493a048e9452c83a6f552babf74bf;p=emacs.git (syms_of_emacs): Doc fix. --- diff --git a/src/emacs.c b/src/emacs.c index fd2a736e2d0..3fa1244f42e 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1021,7 +1021,9 @@ expect to be able to interact with the user."); "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,