diff options
| author | Paul Eggert | 2015-05-28 00:06:14 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-05-28 00:22:03 -0700 |
| commit | dfc2ef11a84d33eab916ff87b8537f8e28c05c92 (patch) | |
| tree | b196ac609a67987d5e1e756860de51b4361c8bd2 /lisp/language | |
| parent | 0fd5e6593af620863dcf90dff5d04631458e24cd (diff) | |
| download | emacs-dfc2ef11a84d33eab916ff87b8537f8e28c05c92.tar.gz emacs-dfc2ef11a84d33eab916ff87b8537f8e28c05c92.zip | |
Fix minor quoting problems in doc strings
Most of these fixes involve escaping grave accents that are
actually intended to be grave accents, not left quotes.
(Bug#20385)
Diffstat (limited to 'lisp/language')
| -rw-r--r-- | lisp/language/ethio-util.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el index a27f74907b0..127865760d0 100644 --- a/lisp/language/ethio-util.el +++ b/lisp/language/ethio-util.el | |||
| @@ -129,9 +129,9 @@ isolated vowel.") | |||
| 129 | "Degree of reduction in converting Ethiopic digits into Arabic digits. | 129 | "Degree of reduction in converting Ethiopic digits into Arabic digits. |
| 130 | Should be 0, 1 or 2. | 130 | Should be 0, 1 or 2. |
| 131 | For example, ({10}{9}{100}{80}{7}) is converted into: | 131 | For example, ({10}{9}{100}{80}{7}) is converted into: |
| 132 | `10`9`100`80`7 if `ethio-numeric-reduction' is 0, | 132 | \\=`10\\=`9\\=`100\\=`80\\=`7 if `ethio-numeric-reduction' is 0, |
| 133 | `109100807 if `ethio-numeric-reduction' is 1, | 133 | \\=`109100807 if `ethio-numeric-reduction' is 1, |
| 134 | `10900807 if `ethio-numeric-reduction' is 2.") | 134 | \\=`10900807 if `ethio-numeric-reduction' is 2.") |
| 135 | 135 | ||
| 136 | (defvar ethio-java-save-lowercase nil | 136 | (defvar ethio-java-save-lowercase nil |
| 137 | "Non-nil means save Ethiopic characters in lowercase hex numbers to Java files. | 137 | "Non-nil means save Ethiopic characters in lowercase hex numbers to Java files. |