Mercurial > emacs
diff lisp/progmodes/sql.el @ 65198:7fbb366ab47a
(sql-interactive-mode): Fix typo in docstring.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Mon, 29 Aug 2005 11:02:42 +0000 |
| parents | f80fef683ab5 |
| children | e3995ff46137 |
line wrap: on
line diff
--- a/lisp/progmodes/sql.el Mon Aug 29 11:00:09 2005 +0000 +++ b/lisp/progmodes/sql.el Mon Aug 29 11:02:42 2005 +0000 @@ -2299,7 +2299,7 @@ interpreter output, the hooks on `comint-output-filter-functions' are run. -Variable `sql-input-ring-file-name' controls the initialisation of the +Variable `sql-input-ring-file-name' controls the initialization of the input ring history. Variables `comint-output-filter-functions', a hook, and
