aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/language/ethio-util.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el
index 413ad3c3183..7b950dccd80 100644
--- a/lisp/language/ethio-util.el
+++ b/lisp/language/ethio-util.el
@@ -1786,7 +1786,7 @@ Each command is always surrounded by braces."
1786(defun ethio-fidel-to-java-buffer nil 1786(defun ethio-fidel-to-java-buffer nil
1787 "Convert Ethiopic characters into the Java escape sequences. 1787 "Convert Ethiopic characters into the Java escape sequences.
1788 1788
1789Each escape sequence is of the form \uXXXX, where XXXX is the 1789Each escape sequence is of the form \\uXXXX, where XXXX is the
1790character's codepoint (in hex) in Unicode. 1790character's codepoint (in hex) in Unicode.
1791 1791
1792If `ethio-java-save-lowercase' is non-nil, use [0-9a-f]. 1792If `ethio-java-save-lowercase' is non-nil, use [0-9a-f].