]> code.delx.au - gnu-emacs/commit
substitute-command-keys now curves quotes
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 May 2015 07:06:13 +0000 (00:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 May 2015 07:22:01 +0000 (00:22 -0700)
commit11b2744f48fc03f1511de1152ad49807557c6f85
tree319aded310f155b109149157f6c075138205fbe5
parent2363d498fb99bda0b5030c8c1af2925209bb60e5
substitute-command-keys now curves quotes

So, for example, it turns "`abc'" into "‘abc’" (Bug#20385).
* doc/lispref/help.texi (Keys in Documentation):
* etc/NEWS: Document this.
* src/doc.c (Fsubstitute_command_keys): Implement it.
doc/lispref/help.texi
etc/NEWS
src/doc.c