]> git.eshelyaron.com Git - emacs.git/commit
Add dedicated auth-source section in ERC manual
authorF. Jason Park <jp@neverwas.me>
Thu, 1 Dec 2022 07:10:58 +0000 (23:10 -0800)
committerF. Jason Park <jp@neverwas.me>
Wed, 14 Dec 2022 14:40:55 +0000 (06:40 -0800)
commit9ac80e8a6e4969cfe88d5233dc4152bbfa46c848
treecd44b91bd46448e66e66c9cbbed0dc07cb58c2d6
parent2d96a18cd09be1c53b1242be1e0671cfc5b7fa8c
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.
doc/misc/erc.texi
etc/ERC-NEWS
lisp/erc/erc-sasl.el
lisp/erc/erc-services.el
lisp/erc/erc.el