X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/59361254a6ea5fcfc2f1ec344665aa719fbb936f..e66ba1dfc4cf2e12100191d2c24436c42d097268:/lisp/button.el diff --git a/lisp/button.el b/lisp/button.el index 6ef79532ae..262a19c180 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. ;;