summaryrefslogtreecommitdiff
path: root/lisp/progmodes/sql.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-11-08 17:07:13 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2019-11-08 17:11:01 -0800
commitf8284f1e408b38e6a3c0e2a1d5a465fefac6800a (patch)
tree968d78aea467a7f574227bdb46073a15e4372efb /lisp/progmodes/sql.el
parentb7f843adfd91bdbb24af7539a782d12767646fce (diff)
downloademacs-f8284f1e408b38e6a3c0e2a1d5a465fefac6800a.tar.gz
Fix some quoting glitches in doc strings
This also fixes a misplaced "only".
Diffstat (limited to 'lisp/progmodes/sql.el')
-rw-r--r--lisp/progmodes/sql.el2
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
your might try undecided-dos as a coding system. If this doesn't help,
Try to set `comint-output-filter-functions' like this:
-\(add-hook 'comint-output-filter-functions #\\='comint-strip-ctrl-m 'append)
+\(add-hook \\='comint-output-filter-functions #\\='comint-strip-ctrl-m \\='append)
\(Type \\[describe-mode] in the SQL buffer for a list of commands.)"
(interactive "P")