Mercurial > emacs
changeset 41790:27f9d9949ca2
Fix typo in doc-string.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sun, 02 Dec 2001 17:21:41 +0000 |
parents | d4d4356bdaa1 |
children | fcab0e888c5c |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Sun Dec 02 14:02:14 2001 +0000 +++ b/src/xdisp.c Sun Dec 02 17:21:41 2001 +0000 @@ -14855,7 +14855,7 @@ 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);