comparison src/xdisp.c @ 78018:ba1c3c957aca

(syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 17 Jun 2007 02:18:00 +0000
parents ab7bb776baf9
children 922696f363b0
comparison
equal deleted inserted replaced
78017:7d00a8fdb7e3 78018:ba1c3c957aca
24135 DEFVAR_LISP ("auto-resize-tool-bars", &Vauto_resize_tool_bars, 24135 DEFVAR_LISP ("auto-resize-tool-bars", &Vauto_resize_tool_bars,
24136 doc: /* *Non-nil means automatically resize tool-bars. 24136 doc: /* *Non-nil means automatically resize tool-bars.
24137 This dynamically changes the tool-bar's height to the minimum height 24137 This dynamically changes the tool-bar's height to the minimum height
24138 that is needed to make all tool-bar items visible. 24138 that is needed to make all tool-bar items visible.
24139 If value is `grow-only', the tool-bar's height is only increased 24139 If value is `grow-only', the tool-bar's height is only increased
24140 automatically; to decreace the tool-bar height, use \\[recenter]. */); 24140 automatically; to decrease the tool-bar height, use \\[recenter]. */);
24141 Vauto_resize_tool_bars = Qt; 24141 Vauto_resize_tool_bars = Qt;
24142 24142
24143 DEFVAR_BOOL ("auto-raise-tool-bar-buttons", &auto_raise_tool_bar_buttons_p, 24143 DEFVAR_BOOL ("auto-raise-tool-bar-buttons", &auto_raise_tool_bar_buttons_p,
24144 doc: /* *Non-nil means raise tool-bar buttons when the mouse moves over them. */); 24144 doc: /* *Non-nil means raise tool-bar buttons when the mouse moves over them. */);
24145 auto_raise_tool_bar_buttons_p = 1; 24145 auto_raise_tool_bar_buttons_p = 1;