diff options
author | Sean Allred <code@seanallred.com> | 2015-01-14 14:11:26 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-14 14:11:26 -0500 |
commit | 22f86c35499f994f0eb7532b8eb27b0d990d889d (patch) | |
tree | c1ed6bf1270e3657cd031da029b95f6ed1d9c4fb /sx-switchto.el | |
parent | 7d6583a6da023f0a1f243d01cb2d856e272fc625 (diff) | |
parent | 1845ab03a3083088b621108040fc1aa89a6d7f85 (diff) |
Merge pull request #216 from vermiculus/improve-comments
Improve comments
Diffstat (limited to 'sx-switchto.el')
-rw-r--r-- | sx-switchto.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-switchto.el b/sx-switchto.el index ed83360..6a195e0 100644 --- a/sx-switchto.el +++ b/sx-switchto.el @@ -33,7 +33,7 @@ (mapc (lambda (x) (define-key sx-switchto-map (car x) (cadr x))) '( - ;; These immitate the site's G hotkey. + ;; These imitate the site's G hotkey. ("a" sx-ask) ("h" sx-tab-frontpage) ("m" sx-tab-meta-or-main) |