diff lisp/packages/mic-paren.el @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents cf808b4c4290
children
line wrap: on
line diff
--- a/lisp/packages/mic-paren.el	Mon Aug 13 09:17:27 2007 +0200
+++ b/lisp/packages/mic-paren.el	Mon Aug 13 09:18:39 2007 +0200
@@ -299,7 +299,7 @@
 	(if paren-delay
 	    (add-hook 'post-command-idle-hook 'mic-paren-command-idle-hook)
 	  (add-hook 'post-command-hook 'mic-paren-command-hook)))
-       ;; Check if we (at least) have a post-comand-hook, and use it
+       ;; Check if we (at least) have a post-command-hook, and use it
        ;; (Emacs 19.29 and below)
        ((boundp 'post-command-hook) 
 	(add-hook 'post-command-hook 'mic-paren-command-hook))