comparison src/emacs.c @ 7164:d5927b5a3da1

Fix typo in previous change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 Apr 1994 07:10:24 +0000
parents 299e6e1e5ae6
children 38931e897e56
comparison
equal deleted inserted replaced
7163:299e6e1e5ae6 7164:d5927b5a3da1
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.)\n\ 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\ 1025 Currently, you need to define PRIO_PROCESS in `config.h'\n\
1026 before you compile Emacs, to enable the code for this feature.") 1026 before you compile Emacs, to enable the code for this feature.");
1027 emacs_priority = 0; 1027 emacs_priority = 0;
1028 1028
1029 DEFVAR_LISP ("invocation-name", &Vinvocation_name, 1029 DEFVAR_LISP ("invocation-name", &Vinvocation_name,
1030 "The program name that was used to run Emacs.\n\ 1030 "The program name that was used to run Emacs.\n\
1031 Any directory names are omitted."); 1031 Any directory names are omitted.");