Fix typo in comment

This commit is contained in:
2012-03-31 11:23:19 +01:00
parent 8f25f74815
commit f9e5b23a68

View File

@@ -20,7 +20,7 @@
(autopair-global-mode))
;; When using autopair, ECB and delete-selection-mode there's a weird conflict
;; which disables delete-selection-mode whenever you click on a directory of
;; which disables delete-selection-mode whenever you click on a directory or
;; file in ECB's tree buffer. For that reason, and for it's neat rectangle
;; selection feature we're using cua-mode as it's delete-selection-ish feature
;; is not effected by the issue.