comparison src/xfns.c @ 47159:23b87fbdd685

(Fx_open_connection): Fix docstring. Patch from Rune Kleveland <runekl@viewpoint.no>.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 30 Aug 2002 17:00:06 +0000
parents 21cac7a2dcb9
children 4e4edde4b0a6
comparison
equal deleted inserted replaced
47158:6ec82a0927f2 47159:23b87fbdd685
5291 if (dpyinfo == 0) 5291 if (dpyinfo == 0)
5292 { 5292 {
5293 if (!NILP (must_succeed)) 5293 if (!NILP (must_succeed))
5294 fatal ("Cannot connect to X server %s.\n\ 5294 fatal ("Cannot connect to X server %s.\n\
5295 Check the DISPLAY environment variable or use `-d'.\n\ 5295 Check the DISPLAY environment variable or use `-d'.\n\
5296 Also use the `xauth' program to verify that you have the proper 5296 Also use the `xauth' program to verify that you have the proper\n\
5297 authoritization information needed to connect the X server.\n\ 5297 authorization information needed to connect the X server.\n\
5298 An insecure way to solve the problem may be to use `xhost'.\n", 5298 An insecure way to solve the problem may be to use `xhost'.\n",
5299 SDATA (display)); 5299 SDATA (display));
5300 else 5300 else
5301 error ("Cannot connect to X server %s", SDATA (display)); 5301 error ("Cannot connect to X server %s", SDATA (display));
5302 } 5302 }