aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-08-29 11:02:42 +0000
committerJuanma Barranquero2005-08-29 11:02:42 +0000
commit280412d8d4b4a065447e8183f9064be675d944cf (patch)
tree6695691e6955db94479b889ee1bdbe8bf114b909
parent927c60bd8446a96cf45abfe73f58242b08f45ee3 (diff)
downloademacs-280412d8d4b4a065447e8183f9064be675d944cf.tar.gz
emacs-280412d8d4b4a065447e8183f9064be675d944cf.zip
(sql-interactive-mode): Fix typo in docstring.
-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 7e259dfb6e4..e35ddf9419f 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -2299,7 +2299,7 @@ hooks on `comint-input-filter-functions' are run. After each SQL
2299interpreter output, the hooks on `comint-output-filter-functions' are 2299interpreter output, the hooks on `comint-output-filter-functions' are
2300run. 2300run.
2301 2301
2302Variable `sql-input-ring-file-name' controls the initialisation of the 2302Variable `sql-input-ring-file-name' controls the initialization of the
2303input ring history. 2303input ring history.
2304 2304
2305Variables `comint-output-filter-functions', a hook, and 2305Variables `comint-output-filter-functions', a hook, and