diff options
| -rw-r--r-- | lisp/erc/erc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 751bcde7009..488404d7341 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el | |||
| @@ -5331,7 +5331,7 @@ Specifically, return the position of `erc-insert-marker'." | |||
| 5331 | "Time of last call to `erc-send-current-line'. | 5331 | "Time of last call to `erc-send-current-line'. |
| 5332 | If that function has never been called, the value is 0.") | 5332 | If that function has never been called, the value is 0.") |
| 5333 | 5333 | ||
| 5334 | (defcustom erc-accidental-paste-threshold-seconds nil | 5334 | (defcustom erc-accidental-paste-threshold-seconds 0.2 |
| 5335 | "Minimum time, in seconds, before sending new lines via IRC. | 5335 | "Minimum time, in seconds, before sending new lines via IRC. |
| 5336 | If the value is a number, `erc-send-current-line' signals an error | 5336 | If the value is a number, `erc-send-current-line' signals an error |
| 5337 | if its previous invocation was fewer than this many seconds ago. | 5337 | if its previous invocation was fewer than this many seconds ago. |
| @@ -5341,7 +5341,7 @@ into the ERC buffer, that text is not sent to the IRC server. | |||
| 5341 | If the value is nil, `erc-send-current-line' always considers any | 5341 | If the value is nil, `erc-send-current-line' always considers any |
| 5342 | submitted line to be intentional." | 5342 | submitted line to be intentional." |
| 5343 | :group 'erc | 5343 | :group 'erc |
| 5344 | :version "24.4" | 5344 | :version "26.1" |
| 5345 | :type '(choice number (other :tag "disabled" nil))) | 5345 | :type '(choice number (other :tag "disabled" nil))) |
| 5346 | 5346 | ||
| 5347 | (defun erc-send-current-line () | 5347 | (defun erc-send-current-line () |