summaryrefslogtreecommitdiff
path: root/lisp/erc/erc.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-07-01 10:13:07 +0300
committerEli Zaretskii <eliz@gnu.org>2022-07-01 10:13:07 +0300
commita08bb27517e840e14c8bb83dc96307a8771ab990 (patch)
tree4a3c7b7dcbf42d694b8295cd530a5318f915ad02 /lisp/erc/erc.el
parentefc2a878de6368eebb1ba73f5131eec563ca9b56 (diff)
downloademacs-a08bb27517e840e14c8bb83dc96307a8771ab990.tar.gz
emacs-a08bb27517e840e14c8bb83dc96307a8771ab990.tar.bz2
emacs-a08bb27517e840e14c8bb83dc96307a8771ab990.zip
; Fix documentation of recent ERC changes
* lisp/erc/erc.el (erc-inhibit-multiline-input) (erc-ask-about-multiline-input): Doc fixes. * doc/misc/erc.texi (Connecting): Fix typos, grammar, wording, punctuation, markup, and indexing.
Diffstat (limited to 'lisp/erc/erc.el')
-rw-r--r--lisp/erc/erc.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index 6f17e4ee7b7..239d8ebdcb6 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -261,15 +261,16 @@ node `(auth) Top' and info node `(erc) Connecting'.")
:type 'boolean)
(defcustom erc-inhibit-multiline-input nil
- "Conditionally disallow input consisting of multiple lines.
+ "When non-nil, conditionally disallow input consisting of multiple lines.
Issue an error when the number of input lines submitted for
-sending exceeds this value."
+sending exceeds this value. The value t means disallow more
+than 1 line of input."
:package-version '(ERC . "5.4.1") ; FIXME match to next release
:group 'erc
:type '(choice integer boolean))
(defcustom erc-ask-about-multiline-input nil
- "Ask to ignore `erc-inhibit-multiline-input' when tripped."
+ "Whether to ask to ignore `erc-inhibit-multiline-input' when tripped."
:package-version '(ERC . "5.4.1") ; FIXME match to next release
:group 'erc
:type 'boolean)