diff options
| author | Richard M. Stallman | 1994-04-28 06:19:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-28 06:19:03 +0000 |
| commit | 621ecf991bf493a048e9452c83a6f552babf74bf (patch) | |
| tree | 3a2e4ab76fd1ffbd72a7474ee0d24d4904536c61 | |
| parent | f769f1b2d2e830ba55c887ada20d23b7c31966d3 (diff) | |
| download | emacs-621ecf991bf493a048e9452c83a6f552babf74bf.tar.gz emacs-621ecf991bf493a048e9452c83a6f552babf74bf.zip | |
(syms_of_emacs): Doc fix.
| -rw-r--r-- | src/emacs.c | 4 |
1 files changed, 3 insertions, 1 deletions
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."); | |||
| 1021 | "Priority for Emacs to run at.\n\ | 1021 | "Priority for Emacs to run at.\n\ |
| 1022 | This value is effective only if set before Emacs is dumped,\n\ | 1022 | This value is effective only if set before Emacs is dumped,\n\ |
| 1023 | and only if the Emacs executable is installed with setuid to permit\n\ | 1023 | and only if the Emacs executable is installed with setuid to permit\n\ |
| 1024 | it to change priority. (Emacs sets its uid back to the real uid.)"); | 1024 | it to change priority. (Emacs sets its uid back to the real uid.)\n\ |
| 1025 | Currently, you need to define PRIO_PROCESS in `config.h'\n\ | ||
| 1026 | before you compile Emacs, to enable the code for this feature.") | ||
| 1025 | emacs_priority = 0; | 1027 | emacs_priority = 0; |
| 1026 | 1028 | ||
| 1027 | DEFVAR_LISP ("invocation-name", &Vinvocation_name, | 1029 | DEFVAR_LISP ("invocation-name", &Vinvocation_name, |