summaryrefslogtreecommitdiff
path: root/lisp/button.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-10-27 20:09:17 -0400
committerGlenn Morris <rgm@gnu.org>2017-10-27 20:09:17 -0400
commit8bd9524a7c57c8fb208c0ecd3a7be96fbad74b0c (patch)
tree1099c41b72938a3e894dfd1ca1a8f12c376328cc /lisp/button.el
parent0b0d91e60a0c25fdb1b3f20128d4bcab398ea6df (diff)
downloademacs-8bd9524a7c57c8fb208c0ecd3a7be96fbad74b0c.tar.gz
* lisp/button.el (button-activate): Fix doc typo.
Diffstat (limited to 'lisp/button.el')
-rw-r--r--lisp/button.el2
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',
the value of `action' is used instead.
The action can either be a marker or a function. If it's a
-marker then goto it. Otherwise it it is a function then it is
+marker then goto it. Otherwise if it is a function then it is
called with BUTTON as only argument. BUTTON is either an
overlay, a buffer position, or (for buttons in the mode-line or
header-line) a string."