From af1098969b5646b3e84258f94ba02df066e4e95a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 9 Jun 2006 22:44:55 +0000 Subject: [PATCH] (ethio-fidel-to-java-buffer): Fix quoting in doc string. --- lisp/language/ethio-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (defun ethio-fidel-to-java-buffer nil "Convert Ethiopic characters into the Java escape sequences. -Each escape sequence is of the form \uXXXX, where XXXX is the +Each escape sequence is of the form \\uXXXX, where XXXX is the character's codepoint (in hex) in Unicode. If `ethio-java-save-lowercase' is non-nil, use [0-9a-f]. -- 2.39.5