diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-16 16:16:38 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-16 16:16:38 +0000 |
commit | 63a4e775d1c5aa1590d3c2c7ea82c42c21271172 (patch) | |
tree | d2b07a48e494d612c36c88d56341ec3eec0b4a82 /lisp/language/ethio-util.el | |
parent | b75996231def7abde3e8e6aeddfb98788e661180 (diff) | |
download | emacs-63a4e775d1c5aa1590d3c2c7ea82c42c21271172.tar.gz |
(ethio-tilde-escape) (ethio-use-three-dot-question): Fix spelling in docstrings.
Diffstat (limited to 'lisp/language/ethio-util.el')
-rw-r--r-- | lisp/language/ethio-util.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el index cf893ffa48b..5b017ff2f52 100644 --- a/lisp/language/ethio-util.el +++ b/lisp/language/ethio-util.el @@ -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\\\\") |