diff options
| author | Glenn Morris | 2014-01-30 22:39:51 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-01-30 22:39:51 -0800 |
| commit | 23dc6d0ccdbe5d0638f9c3498bd64ffbf0606107 (patch) | |
| tree | f20e32155869be79e924b28663db233836d30f61 /etc | |
| parent | fbb764b8bc037b7d91b9e84d70f245d5e6daed89 (diff) | |
| download | emacs-23dc6d0ccdbe5d0638f9c3498bd64ffbf0606107.tar.gz emacs-23dc6d0ccdbe5d0638f9c3498bd64ffbf0606107.zip | |
* lisp/erc/erc.el (erc-accidental-paste-threshold-seconds): Doc tweak.
* etc/NEWS: Related markup.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -512,6 +512,7 @@ that means: when one of the recipients of the message being encrypted | |||
| 512 | is `foo@bar.com', ignore that name as regards encryption. | 512 | is `foo@bar.com', ignore that name as regards encryption. |
| 513 | This is useful to avoid a query when you have no key for that name. | 513 | This is useful to avoid a query when you have no key for that name. |
| 514 | 514 | ||
| 515 | --- | ||
| 515 | ** New ERC option `erc-accidental-paste-threshold-seconds'. | 516 | ** New ERC option `erc-accidental-paste-threshold-seconds'. |
| 516 | If set to a number, this can be used to avoid accidentally pasting large | 517 | If set to a number, this can be used to avoid accidentally pasting large |
| 517 | amounts of data into the ERC input. | 518 | amounts of data into the ERC input. |