changeset 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 d53c76129763
files src/emacs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Thu Apr 28 06:19:03 1994 +0000
+++ b/src/emacs.c	Thu Apr 28 07:10:24 1994 +0000
@@ -1023,7 +1023,7 @@
 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.)\n\
 Currently, you need to define PRIO_PROCESS in `config.h'\n\
-before you compile Emacs, to enable the code for this feature.")
+before you compile Emacs, to enable the code for this feature.");
   emacs_priority = 0;
 
   DEFVAR_LISP ("invocation-name", &Vinvocation_name,