From 7a9a9813aec50d7f7506e7d92357e9d1415c73b8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 28 Nov 1994 18:17:31 +0000 Subject: [PATCH] (Fx_synchronize): Fix doc string syntax. --- src/xfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfns.c b/src/xfns.c index 194b355d3a4..2c83747eb18 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -4458,7 +4458,7 @@ DEFUN ("x-synchronize", Fx_synchronize, Sx_synchronize, 1, 2, 0, If ON is nil, allow buffering of requests.\n\ Turning on synchronization prohibits the Xlib routines from buffering\n\ requests and seriously degrades performance, but makes debugging much\n\ -easier. +easier.\n\ The optional second argument DISPLAY specifies which display to act on.\n\ DISPLAY should be either a frame or a display name (a string).\n\ If DISPLAY is omitted or nil, that stands for the selected frame's display.") -- 2.39.5