From: Richard M. Stallman Date: Mon, 28 Nov 1994 18:17:31 +0000 (+0000) Subject: (Fx_synchronize): Fix doc string syntax. X-Git-Tag: emacs-19.34~5775 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7a9a9813aec50d7f7506e7d92357e9d1415c73b8;p=emacs.git (Fx_synchronize): Fix doc string syntax. --- 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.")