# HG changeset patch # User Juanma Barranquero # Date 1030726806 0 # Node ID 23b87fbdd6852036f36577812b78f7d1106a9165 # Parent 6ec82a0927f2c53f394ebb21f01b45895d546f5c (Fx_open_connection): Fix docstring. Patch from Rune Kleveland . diff -r 6ec82a0927f2 -r 23b87fbdd685 src/xfns.c --- a/src/xfns.c Fri Aug 30 16:41:25 2002 +0000 +++ b/src/xfns.c Fri Aug 30 17:00:06 2002 +0000 @@ -5293,8 +5293,8 @@ if (!NILP (must_succeed)) fatal ("Cannot connect to X server %s.\n\ Check the DISPLAY environment variable or use `-d'.\n\ -Also use the `xauth' program to verify that you have the proper -authoritization information needed to connect the X server.\n\ +Also use the `xauth' program to verify that you have the proper\n\ +authorization information needed to connect the X server.\n\ An insecure way to solve the problem may be to use `xhost'.\n", SDATA (display)); else