Mercurial > hg > xemacs-beta
diff src/toolbar.c @ 408:501cfd01ee6d r21-2-34
Import from CVS: tag r21-2-34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:18:11 +0200 |
parents | b8cc9ab3f761 |
children | 697ef44129c6 |
line wrap: on
line diff
--- a/src/toolbar.c Mon Aug 13 11:17:10 2007 +0200 +++ b/src/toolbar.c Mon Aug 13 11:18:11 2007 +0200 @@ -1160,14 +1160,9 @@ DEFUN ("toolbar-specifier-p", Ftoolbar_specifier_p, 1, 1, 0, /* Return non-nil if OBJECT is a toolbar specifier. -Toolbar specifiers are used to specify the format of a toolbar. -The values of the variables `default-toolbar', `top-toolbar', -`left-toolbar', `right-toolbar', and `bottom-toolbar' are always -toolbar specifiers. -Valid toolbar instantiators are called "toolbar descriptors" -and are lists of vectors. See `default-toolbar' for a description -of the exact format. +See `make-toolbar-specifier' for a description of possible toolbar +instantiators. */ (object)) {