mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; * lisp/progmodes/sql.el (sql-product-interactive): Doc fix (bug#60175)
This commit is contained in:
parent
138d9dc4cb
commit
91dd893e34
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue