(syms_of_xdisp): Make `tool-bar-button-relief` an option.
authorPavel Janík <Pavel@Janik.cz>
Mon, 3 Dec 2001 19:19:56 +0000 (19:19 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 3 Dec 2001 19:19:56 +0000 (19:19 +0000)
src/xdisp.c

index 45ed4c8..d103230 100644 (file)
@@ -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,