diff options
| author | Paul Eggert | 2015-06-25 07:21:20 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-06-25 07:22:07 -0700 |
| commit | ee80c1170916aae1bca62df5ca086fcc13486de1 (patch) | |
| tree | 802eb2b104466271a198d6763036ea65cf8a21a4 /doc | |
| parent | 67dbc32afd8af2eaca9fdba9f17680cdcecb178f (diff) | |
| download | emacs-ee80c1170916aae1bca62df5ca086fcc13486de1.tar.gz emacs-ee80c1170916aae1bca62df5ca086fcc13486de1.zip | |
Translate undisplayable ‘ to `
* doc/lispref/help.texi (Keys in Documentation):
* lisp/international/mule-cmds.el (set-locale-environment):
* lisp/term/w32console.el (terminal-init-w32console):
* src/doc.c (Fsubstitute_command_keys, Vhelp_quote_translation):
If ‘ is not displayable, transliterate it to `, not to '. See:
http://lists.gnu.org/archive/html/emacs-devel/2015-06/msg00542.html
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/help.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index 44a680c4a22..fde985d9b0b 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi | |||
| @@ -357,7 +357,7 @@ quotes. If the value is @code{?'} (apostrophe), the style is @t{'like | |||
| 357 | this'} with apostrophes. If the value is @code{?`} (grave accent), | 357 | this'} with apostrophes. If the value is @code{?`} (grave accent), |
| 358 | the style is @t{`like this'} with grave accent and apostrophe. The | 358 | the style is @t{`like this'} with grave accent and apostrophe. The |
| 359 | default value @code{nil} means to use curved single quotes if | 359 | default value @code{nil} means to use curved single quotes if |
| 360 | displayable and apostrophes otherwise. | 360 | displayable, and grave accent and apostrophe otherwise. |
| 361 | @end defvar | 361 | @end defvar |
| 362 | 362 | ||
| 363 | @defun substitute-command-keys string | 363 | @defun substitute-command-keys string |