aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorPaul Eggert2015-06-25 07:21:20 -0700
committerPaul Eggert2015-06-25 07:22:07 -0700
commitee80c1170916aae1bca62df5ca086fcc13486de1 (patch)
tree802eb2b104466271a198d6763036ea65cf8a21a4 /doc/lispref
parent67dbc32afd8af2eaca9fdba9f17680cdcecb178f (diff)
downloademacs-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/lispref')
-rw-r--r--doc/lispref/help.texi2
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
357this'} with apostrophes. If the value is @code{?`} (grave accent), 357this'} with apostrophes. If the value is @code{?`} (grave accent),
358the style is @t{`like this'} with grave accent and apostrophe. The 358the style is @t{`like this'} with grave accent and apostrophe. The
359default value @code{nil} means to use curved single quotes if 359default value @code{nil} means to use curved single quotes if
360displayable and apostrophes otherwise. 360displayable, 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