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

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 4103f0995bd7
children 131b0175ea99
line wrap: on
line diff
--- a/lisp/packages/paren.el	Mon Aug 13 08:51:58 2007 +0200
+++ b/lisp/packages/paren.el	Mon Aug 13 08:52:29 2007 +0200
@@ -78,7 +78,7 @@
 		and shell quoting.
 
 This variable is global by default, but you can make it buffer-local and
-highlight parentheses differrently in different major modes.")
+highlight parentheses differently in different major modes.")
 
 (make-face 'paren-match)
 (or (face-differs-from-default-p 'paren-match)
@@ -312,7 +312,7 @@
 ;;;###autoload
 (defun paren-set-mode (arg &optional quiet)
   "Cycles through possible values for `paren-mode', force off with negative arg.
-When called from lisp, a symbolic value for `paren-mode' can be pased directly.
+When called from lisp, a symbolic value for `paren-mode' can be passed directly.
 See also `paren-mode' and `paren-highlight'."
   (interactive "P")
   (let* ((paren-modes '(blink-paren paren sexp))