diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-06 19:29:46 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-06 19:29:46 -0200 |
commit | 5b66d7865fb9f160586c7d579f8df7195804e927 (patch) | |
tree | e19b4c9f81f1eeb6dfa9b243fc10c2c26bae289d /sx.el | |
parent | d49e720b6961ea005cdb26e4191b6f51384253ac (diff) |
Typo
Diffstat (limited to 'sx.el')
-rw-r--r-- | sx.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))) |