diff options
| author | Stefan Kangas | 2023-12-03 23:31:30 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-03 23:31:30 +0100 |
| commit | 5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567 (patch) | |
| tree | 9da1bc8ef27afceea49d2a554ba1f6eaca5b9694 /lisp/erc | |
| parent | a1f88963f5d185551af143c0faa7854519706858 (diff) | |
| download | emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.tar.gz emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.zip | |
; Fix typos
Diffstat (limited to 'lisp/erc')
| -rw-r--r-- | lisp/erc/erc-services.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-services.el b/lisp/erc/erc-services.el index 2e6959cc3f0..270cd1bdd4c 100644 --- a/lisp/erc/erc-services.el +++ b/lisp/erc/erc-services.el | |||
| @@ -168,7 +168,7 @@ You can also use \\[erc-nickserv-identify-mode] to change modes." | |||
| 168 | :type 'boolean) | 168 | :type 'boolean) |
| 169 | 169 | ||
| 170 | (defcustom erc-use-auth-source-for-nickserv-password nil | 170 | (defcustom erc-use-auth-source-for-nickserv-password nil |
| 171 | "Query auth-source for a password when identifiying to NickServ. | 171 | "Query auth-source for a password when identifying to NickServ. |
| 172 | Passwords from `erc-nickserv-passwords' take precedence. See | 172 | Passwords from `erc-nickserv-passwords' take precedence. See |
| 173 | function `erc-nickserv-get-password'." | 173 | function `erc-nickserv-get-password'." |
| 174 | :version "28.1" | 174 | :version "28.1" |