Mercurial > hg > xemacs-beta
comparison lisp/toolbar.el @ 422:95016f13131a r21-2-19
Import from CVS: tag r21-2-19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:25:01 +0200 |
parents | 697ef44129c6 |
children |
comparison
equal
deleted
inserted
replaced
421:fff06e11db74 | 422:95016f13131a |
---|---|
52 (setq toolbar-captioned-p val)) | 52 (setq toolbar-captioned-p val)) |
53 ) | 53 ) |
54 | 54 |
55 (defcustom default-toolbar-position ;; added for the options menu - dverna | 55 (defcustom default-toolbar-position ;; added for the options menu - dverna |
56 (default-toolbar-position) | 56 (default-toolbar-position) |
57 "The location of the default toolbar. It can be 'top, 'bootom, 'left or | 57 "The location of the default toolbar. It can be 'top, 'bottom, 'left or |
58 'right. This option can be customized through the options menu." | 58 'right. This option can be customized through the options menu." |
59 :group 'display | 59 :group 'display |
60 :type '(choice (const :tag "top" 'top) | 60 :type '(choice (const :tag "top" 'top) |
61 (const :tag "bottom" 'bottom) | 61 (const :tag "bottom" 'bottom) |
62 (const :tag "left" 'left) | 62 (const :tag "left" 'left) |