summaryrefslogtreecommitdiff
path: root/lisp/button.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-11-16 13:34:47 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-11-16 13:34:47 +0100
commit58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9 (patch)
treeb5c96cf9f1cc1c0c78ed998040e40ab126da95bb /lisp/button.el
parent110490118ed91082753d0f9e15d1774b6002caa2 (diff)
downloademacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.tar.gz
emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.tar.bz2
emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.zip
Fix typos.
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 6ef79532ae7..262a19c1806 100644
--- a/lisp/button.el
+++ b/lisp/button.el
@@ -42,7 +42,7 @@
;; button face may not be visible. Using overlays avoids this.
;;
;; Using `define-button-type' to define default properties for buttons
-;; is not necessary, but it is is encouraged, since doing so makes the
+;; is not necessary, but it is encouraged, since doing so makes the
;; resulting code clearer and more efficient.
;;