diff options
| author | Richard M. Stallman | 1994-04-28 07:10:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-28 07:10:24 +0000 |
| commit | ce305b112ac811c00e5d77a2fcc45ec195d6c6ac (patch) | |
| tree | 0b3fc7848a31499e37af4356eb003444a196f30c /src | |
| parent | 621ecf991bf493a048e9452c83a6f552babf74bf (diff) | |
| download | emacs-ce305b112ac811c00e5d77a2fcc45ec195d6c6ac.tar.gz emacs-ce305b112ac811c00e5d77a2fcc45ec195d6c6ac.zip | |
Fix typo in previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 3fa1244f42e..4d62018fb0a 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1023,7 +1023,7 @@ 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, |