From f9e5b23a68650fbd7716c1609abe3c9a10c4cebb Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 31 Mar 2012 11:23:19 +0100 Subject: [PATCH] Fix typo in comment --- behavior.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/behavior.el b/behavior.el index f3744fe..75cd898 100644 --- a/behavior.el +++ b/behavior.el @@ -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.