]> code.delx.au - gnu-emacs/commit
Fix doc string quoting
authorStephen Berman <stephen.berman@gmx.net>
Mon, 6 Jun 2016 16:29:17 +0000 (09:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Jun 2016 16:30:22 +0000 (09:30 -0700)
commit9d5ccebeba0506f7280662630f0ee85a52c8a327
tree2416109c65e45b2f62e6eec7cf124fb0f41fcc12
parent0b33a23ffecdb4ca87806c9fc7568d17c5ca7e98
Fix doc string quoting

* lisp/files.el (shell-quote-wildcard-pattern):
* lisp/progmodes/vhdl-mode.el (vhdl-mode):
* lisp/subr.el (replace-regexp-in-string):
* lisp/view.el (view-mode):
* src/nsfns.m (syms_of_nsfns):
* src/syntax.c (Fbackward_prefix_chars):
Fix quoting problems in doc strings (Bug#23696).
lisp/files.el
lisp/progmodes/vhdl-mode.el
lisp/subr.el
lisp/view.el
src/nsfns.m
src/syntax.c