From f5f6c0e0a7894f3b8879effe470b57f1564c98da Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 1 Aug 2010 06:28:09 +0200 Subject: * w32fns.c (syms_of_w32fns) : Fix typo in docstring. * xfns.c (syms_of_xfns) : Reflow docstring. --- src/w32fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/w32fns.c') diff --git a/src/w32fns.c b/src/w32fns.c index 9df243ede7f..e27e7fecdc6 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -7199,7 +7199,7 @@ or when you set the mouse color. */); DEFVAR_LISP ("x-max-tooltip-size", &Vx_max_tooltip_size, doc: /* Maximum size for tooltips. -Value is a pair (COLUMNS . ROWS). Text larger than this is clipped. */); +Value is a pair (COLUMNS . ROWS). Text larger than this is clipped. */); Vx_max_tooltip_size = Fcons (make_number (80), make_number (40)); DEFVAR_LISP ("x-no-window-manager", &Vx_no_window_manager, -- cgit v1.2.1