diff options
| author | Juanma Barranquero | 2003-02-04 12:29:42 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-02-04 12:29:42 +0000 |
| commit | f1180544bb5ff44cdb45b8734734294b0a2fa7a4 (patch) | |
| tree | 626b0db999b924834efc1f437eb47776ea6bd797 /lisp/widget.el | |
| parent | 37d1e6800ca66b7977ebafb51ddb31a9de077e15 (diff) | |
| download | emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.tar.gz emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.zip | |
Trailing whitespace deleted.
Diffstat (limited to 'lisp/widget.el')
| -rw-r--r-- | lisp/widget.el | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lisp/widget.el b/lisp/widget.el index ffe8682b616..45b72acb279 100644 --- a/lisp/widget.el +++ b/lisp/widget.el | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | ;; Boston, MA 02111-1307, USA. | 25 | ;; Boston, MA 02111-1307, USA. |
| 26 | 26 | ||
| 27 | ;;; Commentary: | 27 | ;;; Commentary: |
| 28 | ;; | 28 | ;; |
| 29 | ;; The widget library is partially documented in the `widget' Info | 29 | ;; The widget library is partially documented in the `widget' Info |
| 30 | ;; file. | 30 | ;; file. |
| 31 | ;; | 31 | ;; |
| @@ -50,15 +50,15 @@ | |||
| 50 | 50 | ||
| 51 | ;;;(define-widget-keywords :documentation-indent | 51 | ;;;(define-widget-keywords :documentation-indent |
| 52 | ;;; :complete-function :complete :button-overlay | 52 | ;;; :complete-function :complete :button-overlay |
| 53 | ;;; :field-overlay | 53 | ;;; :field-overlay |
| 54 | ;;; :documentation-shown :button-prefix | 54 | ;;; :documentation-shown :button-prefix |
| 55 | ;;; :button-suffix :mouse-down-action :glyph-up :glyph-down :glyph-inactive | 55 | ;;; :button-suffix :mouse-down-action :glyph-up :glyph-down :glyph-inactive |
| 56 | ;;; :prompt-internal :prompt-history :prompt-match | 56 | ;;; :prompt-internal :prompt-history :prompt-match |
| 57 | ;;; :prompt-value :deactivate :active | 57 | ;;; :prompt-value :deactivate :active |
| 58 | ;;; :inactive :activate :sibling-args :delete-button-args | 58 | ;;; :inactive :activate :sibling-args :delete-button-args |
| 59 | ;;; :insert-button-args :append-button-args :button-args | 59 | ;;; :insert-button-args :append-button-args :button-args |
| 60 | ;;; :tag-glyph :off-glyph :on-glyph :valid-regexp | 60 | ;;; :tag-glyph :off-glyph :on-glyph :valid-regexp |
| 61 | ;;; :secret :sample-face :sample-face-get :case-fold | 61 | ;;; :secret :sample-face :sample-face-get :case-fold |
| 62 | ;;; :create :convert-widget :format :value-create :offset :extra-offset | 62 | ;;; :create :convert-widget :format :value-create :offset :extra-offset |
| 63 | ;;; :tag :doc :from :to :args :value :action | 63 | ;;; :tag :doc :from :to :args :value :action |
| 64 | ;;; :value-set :value-delete :match :parent :delete :menu-tag-get | 64 | ;;; :value-set :value-delete :match :parent :delete :menu-tag-get |
| @@ -68,7 +68,7 @@ | |||
| 68 | ;;; :indent :size :value-to-external :validate :error :directory | 68 | ;;; :indent :size :value-to-external :validate :error :directory |
| 69 | ;;; :must-match :type-error :value-inline :inline :match-inline :greedy | 69 | ;;; :must-match :type-error :value-inline :inline :match-inline :greedy |
| 70 | ;;; :button-face-get :button-face :value-face :keymap :entry-from | 70 | ;;; :button-face-get :button-face :value-face :keymap :entry-from |
| 71 | ;;; :entry-to :help-echo :documentation-property :tab-order) | 71 | ;;; :entry-to :help-echo :documentation-property :tab-order) |
| 72 | 72 | ||
| 73 | (defun define-widget (name class doc &rest args) | 73 | (defun define-widget (name class doc &rest args) |
| 74 | "Define a new widget type named NAME from CLASS. | 74 | "Define a new widget type named NAME from CLASS. |