(ethio-fidel-to-java-buffer): Fix quoting
in doc string.
This commit is contained in:
parent
7cb93181b8
commit
af1098969b
1 changed files with 1 additions and 1 deletions
|
|
@ -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].
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue