diff src/w32fns.c @ 109701:2cf388f16cae

* w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring. * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 01 Aug 2010 06:28:09 +0200
parents 269057771f8c
children df8e0cd18128 734b2470f93c
line wrap: on
line diff
--- a/src/w32fns.c	Sun Aug 01 06:00:59 2010 +0200
+++ b/src/w32fns.c	Sun Aug 01 06:28:09 2010 +0200
@@ -7199,7 +7199,7 @@
 
   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,