From: Pavel Janík Date: Mon, 3 Dec 2001 19:19:56 +0000 (+0000) Subject: (syms_of_xdisp): Make `tool-bar-button-relief` an option. X-Git-Tag: ttn-vms-21-2-B4~17913 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6da3c85b68ac4d5d067cd6d418e3f6d0c1f2b13c;p=emacs.git (syms_of_xdisp): Make `tool-bar-button-relief` an option. --- diff --git a/src/xdisp.c b/src/xdisp.c index 45ed4c8c461..d103230a698 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -14861,7 +14861,7 @@ vertical margin. */); Vtool_bar_button_margin = make_number (DEFAULT_TOOL_BAR_BUTTON_MARGIN); DEFVAR_INT ("tool-bar-button-relief", &tool_bar_button_relief, - doc: /* Relief thickness of tool-bar buttons. */); + doc: /* *Relief thickness of tool-bar buttons. */); tool_bar_button_relief = DEFAULT_TOOL_BAR_BUTTON_RELIEF; DEFVAR_LISP ("fontification-functions", &Vfontification_functions,