From f6c89f271b7b661cf55985666400e51ea2c9ea80 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sun, 2 Dec 2001 17:21:41 +0000 Subject: [PATCH] Fix typo in doc-string. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index 4d2c4eeff02..45ed4c8c461 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -14855,7 +14855,7 @@ otherwise. */); DEFVAR_LISP ("tool-bar-button-margin", &Vtool_bar_button_margin, doc: /* *Margin around tool-bar buttons in pixels. If an integer, use that for both horizontal and vertical margins. -Otherwise, value should be a pair of integers `(HORZ : VERT)' with +Otherwise, value should be a pair of integers `(HORZ . VERT)' with HORZ specifying the horizontal margin, and VERT specifying the vertical margin. */); Vtool_bar_button_margin = make_number (DEFAULT_TOOL_BAR_BUTTON_MARGIN); -- 2.39.5