]> git.eshelyaron.com Git - emacs.git/commitdiff
(cperl-set-style-back): Fix spelling in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Jun 2005 16:19:24 +0000 (16:19 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Jun 2005 16:19:24 +0000 (16:19 +0000)
lisp/progmodes/cperl-mode.el

index 9826c995b9704dda380d22b9280ca464fc525a1a..d95c0294c4d9a71ee0cc9496cd822b4b804f55be 100644 (file)
@@ -5209,7 +5209,7 @@ side-effect of memorizing only."
       (set (car setting) (cdr setting)))))
 
 (defun cperl-set-style-back ()
-  "Restore a style memorised by `cperl-set-style'."
+  "Restore a style memorized by `cperl-set-style'."
   (interactive)
   (or cperl-old-style (error "The style was not changed"))
   (let (setting)