diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-08-01 06:28:09 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-08-01 06:28:09 +0200 |
commit | f5f6c0e0a7894f3b8879effe470b57f1564c98da (patch) | |
tree | 6971bcd98133e8f59d42936b48055821ac416635 /src/w32fns.c | |
parent | e1d294ab74f89f4c2e72320f7dd50312a638f1ec (diff) | |
download | emacs-f5f6c0e0a7894f3b8879effe470b57f1564c98da.tar.gz |
* w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
* xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring.
Diffstat (limited to 'src/w32fns.c')
-rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |