aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2006-06-09 22:44:55 +0000
committerAndreas Schwab2006-06-09 22:44:55 +0000
commitaf1098969b5646b3e84258f94ba02df066e4e95a (patch)
tree22524cc2fbefb8de24ce195c7eeb1966b8e6f5fb
parent7cb93181b82f4dc3e05fbb1f913f04b9b28cb9b8 (diff)
downloademacs-af1098969b5646b3e84258f94ba02df066e4e95a.tar.gz
emacs-af1098969b5646b3e84258f94ba02df066e4e95a.zip
(ethio-fidel-to-java-buffer): Fix quoting
in doc string.
-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].