diff options
| author | Stephen Berman | 2016-06-06 09:29:17 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-06-06 09:30:22 -0700 |
| commit | 9d5ccebeba0506f7280662630f0ee85a52c8a327 (patch) | |
| tree | 2416109c65e45b2f62e6eec7cf124fb0f41fcc12 /lisp/progmodes | |
| parent | 0b33a23ffecdb4ca87806c9fc7568d17c5ca7e98 (diff) | |
| download | emacs-9d5ccebeba0506f7280662630f0ee85a52c8a327.tar.gz emacs-9d5ccebeba0506f7280662630f0ee85a52c8a327.zip | |
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).
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/vhdl-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index a390494ebf5..0756c790495 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el | |||
| @@ -4684,7 +4684,7 @@ Usage: | |||
| 4684 | SPECIAL MENUES: | 4684 | SPECIAL MENUES: |
| 4685 | As an alternative to the speedbar, an index menu can be added (set | 4685 | As an alternative to the speedbar, an index menu can be added (set |
| 4686 | option `vhdl-index-menu' to non-nil) or made accessible as a mouse menu | 4686 | option `vhdl-index-menu' to non-nil) or made accessible as a mouse menu |
| 4687 | (e.g. add \"(global-set-key '[S-down-mouse-3] 'imenu)\" to your start-up | 4687 | (e.g. add \"(global-set-key [S-down-mouse-3] \\='imenu)\" to your start-up |
| 4688 | file) for browsing the file contents (is not populated if buffer is | 4688 | file) for browsing the file contents (is not populated if buffer is |
| 4689 | larger than 256000). Also, a source file menu can be | 4689 | larger than 256000). Also, a source file menu can be |
| 4690 | added (set option `vhdl-source-file-menu' to non-nil) for browsing the | 4690 | added (set option `vhdl-source-file-menu' to non-nil) for browsing the |