# HG changeset patch # User Richard M. Stallman # Date 786046651 0 # Node ID 2e1987a4de3050c949e7c3d29b6f2994c1c90a46 # Parent 4cc583151918a68648e1fa97b64bb9bba6b0a867 (Fx_synchronize): Fix doc string syntax. diff -r 4cc583151918 -r 2e1987a4de30 src/xfns.c --- a/src/xfns.c Mon Nov 28 18:13:30 1994 +0000 +++ b/src/xfns.c Mon Nov 28 18:17:31 1994 +0000 @@ -4458,7 +4458,7 @@ 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.")