]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_synchronize): Fix doc string syntax.
authorRichard M. Stallman <rms@gnu.org>
Mon, 28 Nov 1994 18:17:31 +0000 (18:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 28 Nov 1994 18:17:31 +0000 (18:17 +0000)
src/xfns.c

index 194b355d3a4a9b695c18f051fc4d204e1041d458..2c83747eb186780d56c14cdce52622610848a0bb 100644 (file)
@@ -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.")