]> git.eshelyaron.com Git - emacs.git/commitdiff
(ethio-tilde-escape) (ethio-use-three-dot-question): Fix spelling in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Jun 2005 16:16:38 +0000 (16:16 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Jun 2005 16:16:38 +0000 (16:16 +0000)
lisp/language/ethio-util.el

index cf893ffa48bf5f3c730a3b657f9937d94a141e56..5b017ff2f529eefdd6768179d6bdfa64ddec7f71 100644 (file)
@@ -141,7 +141,7 @@ variable.")
 
 (defvar ethio-use-three-dot-question nil
   "*Non-nil means associate ASCII question mark with Ethiopic old style question mark (three vertically stacked dots).
-If nil, associate ASCII question mark with Ethiopic stylised question
+If nil, associate ASCII question mark with Ethiopic stylized question
 mark.  All SERA <--> FIDEL converters refer this variable.")
 
 (defvar ethio-quote-vowel-always nil
@@ -726,7 +726,7 @@ changing anything."
 
 (defun ethio-tilde-escape nil
   "Handle a SERA tilde escape in Ethiopic section and delete it.
-Delete the escape even it is not recognised."
+Delete the escape even it is not recognized."
 
   (let ((p (point)) command)
     (skip-chars-forward "^ \t\n\\\\")