From: Pavel Janík Date: Sun, 2 Dec 2001 17:21:41 +0000 (+0000) Subject: Fix typo in doc-string. X-Git-Tag: ttn-vms-21-2-B4~17926 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f6c89f271b7b661cf55985666400e51ea2c9ea80;p=emacs.git Fix typo in doc-string. --- 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);