diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-29 11:02:42 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-29 11:02:42 +0000 |
commit | 280412d8d4b4a065447e8183f9064be675d944cf (patch) | |
tree | 6695691e6955db94479b889ee1bdbe8bf114b909 /lisp/progmodes/sql.el | |
parent | 927c60bd8446a96cf45abfe73f58242b08f45ee3 (diff) | |
download | emacs-280412d8d4b4a065447e8183f9064be675d944cf.tar.gz emacs-280412d8d4b4a065447e8183f9064be675d944cf.tar.bz2 emacs-280412d8d4b4a065447e8183f9064be675d944cf.zip |
(sql-interactive-mode): Fix typo in docstring.
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 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 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 |