aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/sql.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/sql.el')
-rw-r--r--lisp/progmodes/sql.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el
index aa42873a3dd..7a51739c5f3 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -860,7 +860,7 @@ The specified function will be called as:
860 (wallet-func WALLET PRODUCT USER SERVER DATABASE PORT) 860 (wallet-func WALLET PRODUCT USER SERVER DATABASE PORT)
861 861
862It is expected to return either a string containing the password, 862It is expected to return either a string containing the password,
863a function returning the password, or nil, If you want to support 863a function returning the password, or nil. If you want to support
864another format of password file, then implement a different 864another format of password file, then implement a different
865search wallet function and identify the location of the password 865search wallet function and identify the location of the password
866store with `sql-password-wallet'.") 866store with `sql-password-wallet'.")