# HG changeset patch # User Juanma Barranquero # Date 1118938598 0 # Node ID 06aa6db2cd166862afb7076301d4a18ff3510841 # Parent 3a1ff24e79ba558e2538fae4fb8a073432b6f52e (ethio-tilde-escape) (ethio-use-three-dot-question): Fix spelling in docstrings. diff -r 3a1ff24e79ba -r 06aa6db2cd16 lisp/language/ethio-util.el --- a/lisp/language/ethio-util.el Thu Jun 16 16:15:57 2005 +0000 +++ b/lisp/language/ethio-util.el Thu Jun 16 16:16:38 2005 +0000 @@ -141,7 +141,7 @@ (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 @@ (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\\\\")