diff options
| author | Glenn Morris | 2017-10-27 20:09:17 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-10-27 20:09:17 -0400 |
| commit | 8bd9524a7c57c8fb208c0ecd3a7be96fbad74b0c (patch) | |
| tree | 1099c41b72938a3e894dfd1ca1a8f12c376328cc /lisp/button.el | |
| parent | 0b0d91e60a0c25fdb1b3f20128d4bcab398ea6df (diff) | |
| download | emacs-8bd9524a7c57c8fb208c0ecd3a7be96fbad74b0c.tar.gz emacs-8bd9524a7c57c8fb208c0ecd3a7be96fbad74b0c.zip | |
* lisp/button.el (button-activate): Fix doc typo.
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 a6090477c55..32cd995f5e4 100644 --- a/lisp/button.el +++ b/lisp/button.el | |||
| @@ -232,7 +232,7 @@ property instead of `action'; if the button has no `mouse-action', | |||
| 232 | the value of `action' is used instead. | 232 | the value of `action' is used instead. |
| 233 | 233 | ||
| 234 | The action can either be a marker or a function. If it's a | 234 | The action can either be a marker or a function. If it's a |
| 235 | marker then goto it. Otherwise it it is a function then it is | 235 | marker then goto it. Otherwise if it is a function then it is |
| 236 | called with BUTTON as only argument. BUTTON is either an | 236 | called with BUTTON as only argument. BUTTON is either an |
| 237 | overlay, a buffer position, or (for buttons in the mode-line or | 237 | overlay, a buffer position, or (for buttons in the mode-line or |
| 238 | header-line) a string." | 238 | header-line) a string." |