diff options
| author | Paul Eggert | 2019-11-08 17:07:13 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-11-08 17:11:01 -0800 |
| commit | f8284f1e408b38e6a3c0e2a1d5a465fefac6800a (patch) | |
| tree | 968d78aea467a7f574227bdb46073a15e4372efb /lisp/progmodes | |
| parent | b7f843adfd91bdbb24af7539a782d12767646fce (diff) | |
| download | emacs-f8284f1e408b38e6a3c0e2a1d5a465fefac6800a.tar.gz emacs-f8284f1e408b38e6a3c0e2a1d5a465fefac6800a.zip | |
Fix some quoting glitches in doc strings
This also fixes a misplaced "only".
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/sql.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/vhdl-mode.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index b17364b08f3..aa42873a3dd 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el | |||
| @@ -5418,7 +5418,7 @@ The default comes from `process-coding-system-alist' and | |||
| 5418 | your might try undecided-dos as a coding system. If this doesn't help, | 5418 | your might try undecided-dos as a coding system. If this doesn't help, |
| 5419 | Try to set `comint-output-filter-functions' like this: | 5419 | Try to set `comint-output-filter-functions' like this: |
| 5420 | 5420 | ||
| 5421 | \(add-hook 'comint-output-filter-functions #\\='comint-strip-ctrl-m 'append) | 5421 | \(add-hook \\='comint-output-filter-functions #\\='comint-strip-ctrl-m \\='append) |
| 5422 | 5422 | ||
| 5423 | \(Type \\[describe-mode] in the SQL buffer for a list of commands.)" | 5423 | \(Type \\[describe-mode] in the SQL buffer for a list of commands.)" |
| 5424 | (interactive "P") | 5424 | (interactive "P") |
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index 50b5ad0816e..16ddcdebc9f 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el | |||
| @@ -4867,8 +4867,8 @@ Known problems: | |||
| 4867 | 4867 | ||
| 4868 | - XEmacs: Incorrect start-up when automatically opening speedbar. | 4868 | - XEmacs: Incorrect start-up when automatically opening speedbar. |
| 4869 | - XEmacs: Indentation in XEmacs 21.4 (and higher). | 4869 | - XEmacs: Indentation in XEmacs 21.4 (and higher). |
| 4870 | - Indentation incorrect for new 'postponed' VHDL keyword. | 4870 | - Indentation incorrect for new `postponed' VHDL keyword. |
| 4871 | - Indentation incorrect for 'protected body' construct. | 4871 | - Indentation incorrect for `protected body' construct. |
| 4872 | 4872 | ||
| 4873 | 4873 | ||
| 4874 | The VHDL Mode Authors | 4874 | The VHDL Mode Authors |