summaryrefslogtreecommitdiff
path: root/lisp/erc/erc-sasl.el
diff options
context:
space:
mode:
authorF. Jason Park <jp@neverwas.me>2022-11-30 23:10:58 -0800
committerF. Jason Park <jp@neverwas.me>2022-12-14 06:40:55 -0800
commit9ac80e8a6e4969cfe88d5233dc4152bbfa46c848 (patch)
treecd44b91bd46448e66e66c9cbbed0dc07cb58c2d6 /lisp/erc/erc-sasl.el
parent2d96a18cd09be1c53b1242be1e0671cfc5b7fa8c (diff)
downloademacs-9ac80e8a6e4969cfe88d5233dc4152bbfa46c848.tar.gz
emacs-9ac80e8a6e4969cfe88d5233dc4152bbfa46c848.tar.bz2
emacs-9ac80e8a6e4969cfe88d5233dc4152bbfa46c848.zip
Add dedicated auth-source section in ERC manual
* doc/misc/erc.texi: Move auth-source description from the Password subheading of the Advanced chapter's Connecting section to the new Integrations section as a new node, Auth-Source, and give it a bit more structure. Fix various misuses of xref vs. pxref. Convert URL subheading to subsection and add anchor. Prefer "backend" as a single word, based on usage in other manuals. Also replace loud "warning" in SASL troubleshooting section. * etc/ERC-NEWS: Re-link auth-source mention. * lisp/erc/erc-sasl.el (erc-sasl-auth-source-function): Update info node in doc string. * lisp/erc/erc-services.el (erc-auth-source-services-function): Re-link auth-source info node in doc string. * lisp/erc/erc.el (erc-password, erc-auth-source-server-function, erc-auth-source-join-function): Re-link auth-source info node in doc strings.
Diffstat (limited to 'lisp/erc/erc-sasl.el')
-rw-r--r--lisp/erc/erc-sasl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-sasl.el b/lisp/erc/erc-sasl.el
index 5b2c93988af..280910111d5 100644
--- a/lisp/erc/erc-sasl.el
+++ b/lisp/erc/erc-sasl.el
@@ -102,7 +102,7 @@ ERC binds all options defined in this library, such as
`erc-sasl-password', to their values from entry-point invocation.
In return, ERC expects a string to send as the SASL password, or
nil, in which case, ERC will prompt the for input. See info
-node `(erc) Connecting' for details on ERC's auth-source
+node `(erc) auth-source' for details on ERC's auth-source
integration."
:type '(choice (function-item erc-sasl-auth-source-password-as-host)
(function-item erc-auth-source-search)