Mercurial > emacs
changeset 10080:2e1987a4de30
(Fx_synchronize): Fix doc string syntax.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 28 Nov 1994 18:17:31 +0000 |
parents | 4cc583151918 |
children | 5e4ef35c904b |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.")