]> code.delx.au - gnu-emacs/commit
Make translation of quotes to curly in doc strings optional.
authorAlan Mackenzie <acm@muc.de>
Thu, 18 Jun 2015 21:00:20 +0000 (21:00 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 18 Jun 2015 21:08:02 +0000 (21:08 +0000)
commit52c3946c872c8bd96508f74cdda5cbb90c664306
tree30c756647f4acea5c8c6d52fe59e9f49778f7541
parent711e14ddad7fb1e80a86c79e37a957929e8c01a3
Make translation of quotes to curly in doc strings optional.

src/doc.c (traditional, prefer-unicode): new symbols.
(help-quote-translation): new variable.
(Fsubstitute_command_keys): make translation of quotes dependent on
`help-quote-translation'; also translate curly quotes back to ASCII
ones.

lisp/cus-start.el (top-level): Add a customization entry for
`help-quote-translation'.
lisp/cus-start.el
src/doc.c