Mercurial > emacs
changeset 24861:0d593aa15c0f
(sql-input-ring-file-name): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 17 Jun 1999 05:35:21 +0000 |
parents | 069cad4a56ef |
children | 78aaef52e28f |
files | lisp/progmodes/sql.el |
diffstat | 1 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/sql.el Thu Jun 17 05:31:22 1999 +0000 +++ b/lisp/progmodes/sql.el Thu Jun 17 05:35:21 1999 +0000 @@ -2,9 +2,9 @@ ;; Copyright (C) 1998, 1999 Free Software Foundation, Inc. -;; Author: Alex Schroeder <alex@gnu.org> -;; Maintainer: Alex Schroeder <alex@gnu.org> -;; Version: 1.4.2 +;; Author: Alex Schroeder <a.schroeder@bsiag.ch> +;; Maintainer: Alex Schroeder <a.schroeder@bsiag.ch> +;; Version: 1.4.5 ;; Keywords: comm languages processes ;; This file is part of GNU Emacs. @@ -161,6 +161,12 @@ (defcustom sql-input-ring-file-name nil "*If non-nil, name of the file to read/write input history. +You have to set this variable if you want the history of your commands +saved from one Emacs session to the next. If this variable is set, +exiting the SQL interpreter in an SQLi buffer will write the input +history to the specified file. Starting a new process in a SQLi buffer +will read the input history from the specified file. + This is used to locally set `comint-input-ring-file-name' when reading or writing the input history." :type '(choice (const :tag "none" nil)