summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorF. Jason Park <jp@neverwas.me>2022-12-29 06:43:19 -0800
committerF. Jason Park <jp@neverwas.me>2023-04-08 14:23:51 -0700
commitba7fe88b782ad516b4cbb5e99fb108f57a9235e2 (patch)
treee007fa2ce5bb1f6a8be089cd3713735c6556d5e3 /doc
parent3a012d1db24d613814296139c98324df1d7ef71f (diff)
downloademacs-ba7fe88b782ad516b4cbb5e99fb108f57a9235e2.tar.gz
Optionally prompt for more ERC entry-point params
* doc/misc/erc.texi: Update statement about availability of `:user' keyword param when entry points called interactively. * lisp/erc/erc/compat.el: Don't require `url-parse' when compiling. Add forward declaration for `url-type'. * lisp/erc/erc.el: Don't require `url-parse' when compiling. Add forward declarations for accessors of `url' struct from `url-parse' library. (erc-select-read-args): Allow optionally calling entry points with a prefix arg to access params `user' and `:full-name'. (erc-tls): Update doc string. * test/lisp/erc/erc-tests.el (erc-select-read-args): Add test for extra args. (Bug#60428.)
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/erc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/erc.texi b/doc/misc/erc.texi
index b80affbc954..e92bf576e75 100644
--- a/doc/misc/erc.texi
+++ b/doc/misc/erc.texi
@@ -952,7 +952,7 @@ Here, ``password'' refers to your account password, which is usually
your @samp{NickServ} password. To make this work, customize
@code{erc-sasl-user} and @code{erc-sasl-password} or specify the
@code{:user} and @code{:password} keyword arguments when invoking
-@code{erc-tls}. Note that @code{:user} cannot be given interactively.
+@code{erc-tls}.
@item @code{external} (via Client TLS Certificate)
This works in conjunction with the @code{:client-certificate} keyword