From: Karl Heuer Date: Thu, 17 Jun 1999 05:35:21 +0000 (+0000) Subject: (sql-input-ring-file-name): Doc fix. X-Git-Tag: emacs-20.4~88 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ef73b91a0dd625ff753d1e57e3909cfbe9448af;p=emacs.git (sql-input-ring-file-name): Doc fix. --- diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index f1e66cbbd38..c83435e3146 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el @@ -2,9 +2,9 @@ ;; Copyright (C) 1998, 1999 Free Software Foundation, Inc. -;; Author: Alex Schroeder -;; Maintainer: Alex Schroeder -;; Version: 1.4.2 +;; Author: Alex Schroeder +;; Maintainer: Alex Schroeder +;; Version: 1.4.5 ;; Keywords: comm languages processes ;; This file is part of GNU Emacs. @@ -161,6 +161,12 @@ buffer is shown using `display-buffer'." (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)