Mercurial > emacs
diff src/frame.c @ 63698:e7e58f0947fe
(make_frame_without_minibuffer): Follow error conventions.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 23 Jun 2005 16:08:43 +0000 |
parents | 844f9903e3f9 |
children | a8fa7c632ee4 d07fdd5d7d4e b7da78284d4c |
line wrap: on
line diff
--- a/src/frame.c Thu Jun 23 16:07:51 2005 +0000 +++ b/src/frame.c Thu Jun 23 16:08:43 2005 +0000 @@ -399,7 +399,7 @@ #ifdef MULTI_KBOARD if (!NILP (mini_window) && XFRAME (XWINDOW (mini_window)->frame)->kboard != kb) - error ("frame and minibuffer must be on the same display"); + error ("Frame and minibuffer must be on the same display"); #endif /* Make a frame containing just a root window. */ @@ -3374,7 +3374,7 @@ extern Display_Info *check_x_display_info P_ ((Lisp_Object)); -/* Get specified attribute from resource database RDB. +/* Get specified attribute from resource database RDB. See Fx_get_resource below for other parameters. */ static Lisp_Object @@ -3511,7 +3511,7 @@ Lisp_Object x_get_arg (dpyinfo, alist, param, attribute, class, type) - Display_Info *dpyinfo; + Display_Info *dpyinfo; Lisp_Object alist, param; char *attribute; char *class;