]> git.eshelyaron.com Git - emacs.git/commit
Redo doc strings for ERC's entry point commands
authorF. Jason Park <jp@neverwas.me>
Sun, 14 Jan 2024 21:02:27 +0000 (13:02 -0800)
committerF. Jason Park <jp@neverwas.me>
Fri, 19 Jan 2024 01:06:08 +0000 (17:06 -0800)
commitdd2caf1a7634ea6fd8aebbdc45ea4caf22d786cd
tree19495c4cb5656fd58041da8862c87c8994d00d09
parent13c7933a9d4b26e74e7f5e19d70bb89003239c34
Redo doc strings for ERC's entry point commands

* lisp/erc/erc.el: Bump Compat version in Package-Requires header to
29.1.4.4.
(erc-select-read-args): Revise doc string, and update name of internal
`--interactive-env--' entry-point parameter.
(erc, erc-tls): Don't use `&interactive-env' as a variable name, in
case it confuses persons or programs.  Overhaul doc string in response
to user complaints.  For `erc' specifically, include literal
`:keyword' symbols to help non-Emacs users understand the required
syntax, which isn't obvious without an example, like `erc-tls' has,
and with only "&key" and upcased metasynctatic variables to go by.
(erc--current-buffer-joined-p): Remove assertion.
* test/lisp/erc/erc-scenarios-keep-place-indicator.el
(erc-scenarios-keep-place-indicator--follow): Try waiting for
intermittently failing condition.
* test/lisp/erc/erc-tests.el (erc-select-read-args): Update name of
internal keyword variable.
lisp/erc/erc.el
test/lisp/erc/erc-scenarios-keep-place-indicator.el
test/lisp/erc/erc-tests.el