diff options
Diffstat (limited to 'lisp/progmodes/sql.el')
-rw-r--r-- | lisp/progmodes/sql.el | 2 |
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: (wallet-func WALLET PRODUCT USER SERVER DATABASE PORT) It is expected to return either a string containing the password, -a function returning the password, or nil, If you want to support +a function returning the password, or nil. If you want to support another format of password file, then implement a different search wallet function and identify the location of the password store with `sql-password-wallet'.") |