changeset 3763:c58fb240170d

* frame.c (store_frame_param): Fix error message punctuation.
author Jim Blandy <jimb@redhat.com>
date Wed, 16 Jun 1993 21:19:06 +0000
parents 5de0e54e03ab
children d965878f294f
files src/frame.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Wed Jun 16 20:52:40 1993 +0000
+++ b/src/frame.c	Wed Jun 16 21:19:06 1993 +0000
@@ -1062,7 +1062,7 @@
 	error ("Surrogate minibuffer windows must be minibuffer windows.");
 
       if (FRAME_HAS_MINIBUF_P (f) || FRAME_MINIBUF_ONLY_P (f))
-	error ("Can't change the surrogate minibuffer of a frame with its own minibuffer.");
+	error ("can't change the surrogate minibuffer of a frame with its own minibuffer");
 
       /* Install the chosen minibuffer window, with proper buffer.  */
       f->minibuffer_window = val;