aboutsummaryrefslogtreecommitdiff
path: root/sx.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-01-06 19:29:46 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-01-06 19:29:46 -0200
commit5b66d7865fb9f160586c7d579f8df7195804e927 (patch)
treee19b4c9f81f1eeb6dfa9b243fc10c2c26bae289d /sx.el
parentd49e720b6961ea005cdb26e4191b6f51384253ac (diff)
Typo
Diffstat (limited to 'sx.el')
-rw-r--r--sx.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx.el b/sx.el
index bfc647d..8680fc3 100644
--- a/sx.el
+++ b/sx.el
@@ -249,7 +249,7 @@ Anything before the (sub)domain is removed."
(defmacro sx--define-conditional-key (keymap key def &rest body)
"In KEYMAP, define key sequence KEY as DEF conditionally.
-This is like `define-key', except the definition \"disapears\"
+This is like `define-key', except the definition \"disappears\"
whenever BODY evaluates to nil."
(declare (indent 3)
(debug (form form form &rest sexp)))