aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-06-16 21:19:06 +0000
committerJim Blandy1993-06-16 21:19:06 +0000
commit1fb2d074d63ae0b332c7f77633d5a8d6a52543d7 (patch)
tree27b4902643d2844cab37a748530dbb815b4a164f /src
parentb1e920c9009aacaf94ca630b5f5cffb0f57ef0f4 (diff)
downloademacs-1fb2d074d63ae0b332c7f77633d5a8d6a52543d7.tar.gz
emacs-1fb2d074d63ae0b332c7f77633d5a8d6a52543d7.zip
* frame.c (store_frame_param): Fix error message punctuation.
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index 006e4dec781..9a865c379d6 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -1062,7 +1062,7 @@ store_frame_param (f, prop, val)
1062 error ("Surrogate minibuffer windows must be minibuffer windows."); 1062 error ("Surrogate minibuffer windows must be minibuffer windows.");
1063 1063
1064 if (FRAME_HAS_MINIBUF_P (f) || FRAME_MINIBUF_ONLY_P (f)) 1064 if (FRAME_HAS_MINIBUF_P (f) || FRAME_MINIBUF_ONLY_P (f))
1065 error ("Can't change the surrogate minibuffer of a frame with its own minibuffer."); 1065 error ("can't change the surrogate minibuffer of a frame with its own minibuffer");
1066 1066
1067 /* Install the chosen minibuffer window, with proper buffer. */ 1067 /* Install the chosen minibuffer window, with proper buffer. */
1068 f->minibuffer_window = val; 1068 f->minibuffer_window = val;