diff lisp/packages/mic-paren.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 441bb1e64a06
children
line wrap: on
line diff
--- a/lisp/packages/mic-paren.el	Mon Aug 13 08:51:58 2007 +0200
+++ b/lisp/packages/mic-paren.el	Mon Aug 13 08:52:29 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))