emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 91dd893e34: ; * lisp/progmodes/sql.el (sql-product-interactive)


From: Eli Zaretskii
Subject: emacs-29 91dd893e34: ; * lisp/progmodes/sql.el (sql-product-interactive): Doc fix (bug#60175)
Date: Sun, 18 Dec 2022 06:55:03 -0500 (EST)

branch: emacs-29
commit 91dd893e343500b6e3de56aee0207d6f1f8e73bc
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/progmodes/sql.el (sql-product-interactive): Doc fix (bug#60175)
---
 lisp/progmodes/sql.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el
index e585799dc6..6a71da77a2 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -4526,7 +4526,8 @@ optionally is saved to the user's init file."
   "Run PRODUCT interpreter as an inferior process.
 
 If buffer `*SQL*' exists but no process is running, make a new process.
-If buffer exists and a process is running, just switch to buffer `*SQL*'.
+If buffer exists and a process is running, just make sure buffer `*SQL*'
+is displayed.
 
 To specify the SQL product, prefix the call with
 \\[universal-argument].  To set the buffer name as well, prefix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]