Mercurial > emacs
changeset 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 | 6ec82a0927f2 |
children | d3ab779a5a75 |
files | src/xfns.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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