aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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;