diff options
| author | Juanma Barranquero | 2019-12-24 02:37:08 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2019-12-24 02:37:08 +0100 |
| commit | 75d0cef20dbc522e6217a5765f21bfa841aff89b (patch) | |
| tree | 1f3e5b74b05ea2e6789c9a35ea395b0b3ab62518 /lisp/progmodes/sql.el | |
| parent | ee12c421b61218a868712f66b0176c451e20717e (diff) | |
| download | emacs-75d0cef20dbc522e6217a5765f21bfa841aff89b.tar.gz emacs-75d0cef20dbc522e6217a5765f21bfa841aff89b.zip | |
Trivial docstring fixes
* ChangeLog.3:
* lisp/emacs-lisp/cl-macs.el (cl-flet):
* lisp/filesets.el (filesets-menu-ensure-use-cached):
* lisp/progmodes/compile.el (compilation-context-lines):
* lisp/progmodes/prolog.el (prolog-paren-indent):
* lisp/progmodes/sql.el (sql-password-search-wallet-function):
Fix typos in docstrings.
* lisp/cedet/semantic/analyze.el (semantic-analyze-push-error):
Doc fix.
* lisp/emacs-lisp/map.el (map-put, map-info): Refill docstring.
(map-contains-key): Fix typo.
(map-every-p): Doc fix.
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: | |||
| 860 | (wallet-func WALLET PRODUCT USER SERVER DATABASE PORT) | 860 | (wallet-func WALLET PRODUCT USER SERVER DATABASE PORT) |
| 861 | 861 | ||
| 862 | It is expected to return either a string containing the password, | 862 | It is expected to return either a string containing the password, |
| 863 | a function returning the password, or nil, If you want to support | 863 | a function returning the password, or nil. If you want to support |
| 864 | another format of password file, then implement a different | 864 | another format of password file, then implement a different |
| 865 | search wallet function and identify the location of the password | 865 | search wallet function and identify the location of the password |
| 866 | store with `sql-password-wallet'.") | 866 | store with `sql-password-wallet'.") |