diff options
| author | Miles Bader | 2008-01-30 07:57:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-01-30 07:57:28 +0000 |
| commit | d235ca2ff8fab139ce797757fcb159d1e28fa7e0 (patch) | |
| tree | 96c5cd1a06a0d9dc26e8470c6eabfc032c0046f3 /lisp/button.el | |
| parent | 3709a060f679dba14df71ae64a0035fa2b5b3106 (diff) | |
| parent | 02cbe062bee38a6705bafb1699d77e3c44cfafcf (diff) | |
| download | emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.tar.gz emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
Diffstat (limited to 'lisp/button.el')
| -rw-r--r-- | lisp/button.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/button.el b/lisp/button.el index 5129df9b44f..0b45f2cec41 100644 --- a/lisp/button.el +++ b/lisp/button.el | |||
| @@ -116,7 +116,7 @@ Buttons inherit them by setting their `category' property to that symbol." | |||
| 116 | 116 | ||
| 117 | ;;;###autoload | 117 | ;;;###autoload |
| 118 | (defun define-button-type (name &rest properties) | 118 | (defun define-button-type (name &rest properties) |
| 119 | "Define a `button type' called NAME. | 119 | "Define a `button type' called NAME (a symbol). |
| 120 | The remaining arguments form a sequence of PROPERTY VALUE pairs, | 120 | The remaining arguments form a sequence of PROPERTY VALUE pairs, |
| 121 | specifying properties to use as defaults for buttons with this type | 121 | specifying properties to use as defaults for buttons with this type |
| 122 | \(a button's type may be set by giving it a `type' property when | 122 | \(a button's type may be set by giving it a `type' property when |