diff options
| author | Juanma Barranquero | 2005-08-29 11:02:42 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-08-29 11:02:42 +0000 |
| commit | 280412d8d4b4a065447e8183f9064be675d944cf (patch) | |
| tree | 6695691e6955db94479b889ee1bdbe8bf114b909 | |
| parent | 927c60bd8446a96cf45abfe73f58242b08f45ee3 (diff) | |
| download | emacs-280412d8d4b4a065447e8183f9064be675d944cf.tar.gz emacs-280412d8d4b4a065447e8183f9064be675d944cf.zip | |
(sql-interactive-mode): Fix typo in docstring.
| -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 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 | |||
| 2299 | interpreter output, the hooks on `comint-output-filter-functions' are | 2299 | interpreter output, the hooks on `comint-output-filter-functions' are |
| 2300 | run. | 2300 | run. |
| 2301 | 2301 | ||
| 2302 | Variable `sql-input-ring-file-name' controls the initialisation of the | 2302 | Variable `sql-input-ring-file-name' controls the initialization of the |
| 2303 | input ring history. | 2303 | input ring history. |
| 2304 | 2304 | ||
| 2305 | Variables `comint-output-filter-functions', a hook, and | 2305 | Variables `comint-output-filter-functions', a hook, and |