Mercurial > emacs
changeset 7163:299e6e1e5ae6
(syms_of_emacs): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 28 Apr 1994 06:19:03 +0000 |
parents | 06a13bf36a8c |
children | d5927b5a3da1 |
files | src/emacs.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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,