]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in doc-string.
authorPavel Janík <Pavel@Janik.cz>
Sun, 2 Dec 2001 17:21:41 +0000 (17:21 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 2 Dec 2001 17:21:41 +0000 (17:21 +0000)
src/xdisp.c

index 4d2c4eeff027dca5c6d987bd0dcf691e889a2007..45ed4c8c4611a760fb16d7553e3f4674ac2fc4fe 100644 (file)
@@ -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);