diff options
Diffstat (limited to 'lisp/progmodes/sql.el')
| -rw-r--r-- | lisp/progmodes/sql.el | 2 |
1 files changed, 1 insertions, 1 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") |