aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/language
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-06-16 16:16:38 +0000
committerJuanma Barranquero <[email protected]>2005-06-16 16:16:38 +0000
commit63a4e775d1c5aa1590d3c2c7ea82c42c21271172 (patch)
treed2b07a48e494d612c36c88d56341ec3eec0b4a82 /lisp/language
parentb75996231def7abde3e8e6aeddfb98788e661180 (diff)
(ethio-tilde-escape) (ethio-use-three-dot-question): Fix spelling in docstrings.
Diffstat (limited to 'lisp/language')
-rw-r--r--lisp/language/ethio-util.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el
index cf893ffa48..5b017ff2f5 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\\\\")