Look at "M-x apropos RET toolbar RET", find toolbar-captioned-p,
toolbar-visible-p, and default-toolbar-position. Look at their doc
strings. The patch below obviously fixes that.
--- lisp/toolbar.el 2001/07/18 19:44:54 1.1
+++ lisp/toolbar.el 2001/07/18 19:45:53
@@ -32,8 +32,8 @@
(defcustom toolbar-visible-p ;; added for the options menu - dverna apr. 98
(specifier-instance default-toolbar-visible-p)
- "Whether the default toolbar is globally visible. This option can be
-customized through the options menu."
+ "Whether the default toolbar is globally visible.
+This option can be customized through the options menu."
:group 'display
:type 'boolean
:set #'(lambda (var val)
@@ -43,8 +43,8 @@
(defcustom toolbar-captioned-p ;; added for the options menu - dverna apr. 98
(specifier-instance toolbar-buttons-captioned-p)
- "Whether the toolbars buttons are globally captioned. This option can be
-customized through the options menu."
+ "Whether the toolbars buttons are globally captioned.
+This option can be customized through the options menu."
:group 'display
:type 'boolean
:set #'(lambda (var val)
@@ -54,8 +54,9 @@
(defcustom default-toolbar-position ;; added for the options menu - dverna
(default-toolbar-position)
- "The location of the default toolbar. It can be 'top, 'bottom, 'left
or
-'right. This option can be customized through the options menu."
+ "The location of the default toolbar.
+It can be 'top, 'bottom, 'left or 'right. This option can be
+customized through the options menu."
:group 'display
:type '(choice (const :tag "top" top)
(const :tag "bottom" bottom)
--alexm
Show replies by date