diff options
| author | F. Jason Park | 2024-08-04 22:26:11 -0700 |
|---|---|---|
| committer | F. Jason Park | 2024-08-04 22:27:40 -0700 |
| commit | 1bbb3220179f2f063cb8252646c34c2bf359decb (patch) | |
| tree | eeb8a0f68709c47dbff4e1fecb2b054a520277e3 /lisp/erc | |
| parent | 3f6e7e1da682b708ece0ac79b9c6b8acb357d729 (diff) | |
| download | emacs-1bbb3220179f2f063cb8252646c34c2bf359decb.tar.gz emacs-1bbb3220179f2f063cb8252646c34c2bf359decb.zip | |
; * lisp/erc/erc-fill.el (erc-fill-wrap-mode): Doc fix.
Diffstat (limited to 'lisp/erc')
| -rw-r--r-- | lisp/erc/erc-fill.el | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/lisp/erc/erc-fill.el b/lisp/erc/erc-fill.el index defef6fe414..c863d99a339 100644 --- a/lisp/erc/erc-fill.el +++ b/lisp/erc/erc-fill.el | |||
| @@ -490,16 +490,15 @@ option `erc-fill-wrap-margin-width'. To use it, either include | |||
| 490 | `erc-fill-wrap'. | 490 | `erc-fill-wrap'. |
| 491 | 491 | ||
| 492 | Once enabled, use \\[erc-fill-wrap-nudge] to adjust the width of | 492 | Once enabled, use \\[erc-fill-wrap-nudge] to adjust the width of |
| 493 | the indent and the stamp margin. And For cycling between | 493 | the indent and the stamp margin. For cycling between |
| 494 | logical- and screen-line oriented command movement, see | 494 | logical- and screen-line oriented command movement, see |
| 495 | \\[erc-fill-wrap-toggle-truncate-lines]. Similarly, use | 495 | \\[erc-fill-wrap-toggle-truncate-lines]. Similarly, use |
| 496 | \\[erc-fill-wrap-refill-buffer] to fix alignment problems after | 496 | \\[erc-fill-wrap-refill-buffer] to fix alignment problems after |
| 497 | running certain commands, like `text-scale-adjust'. Also see | 497 | running certain commands, like `text-scale-adjust'. Also see |
| 498 | related stylistic options `erc-fill-wrap-merge', and | 498 | related stylistic options `erc-fill-wrap-merge' and |
| 499 | `erc-fill-wrap-merge-indicator'. (Hint: in narrow windows, try | 499 | `erc-fill-wrap-merge-indicator'. (Hint: in narrow windows, try |
| 500 | setting `erc-fill-static-center' to 1, and if you use | 500 | setting `erc-fill-static-center' to 1 and choosing \"Leading |
| 501 | `erc-fill-wrap-merge-indicator', choose \"Leading MIDDLE DOT sans | 501 | MIDDLE DOT sans gap\" for `erc-fill-wrap-merge-indicator'.) |
| 502 | gap\" or one of the \"trailing\" items from the Customize menu.) | ||
| 503 | 502 | ||
| 504 | This module imposes various restrictions on the appearance of | 503 | This module imposes various restrictions on the appearance of |
| 505 | timestamps. Most notably, it insists on displaying them in the | 504 | timestamps. Most notably, it insists on displaying them in the |
| @@ -510,12 +509,11 @@ Additionally, this module assumes that users providing their own | |||
| 510 | `erc-insert-timestamp-function' have also customized the option | 509 | `erc-insert-timestamp-function' have also customized the option |
| 511 | `erc-fill-wrap-margin-side' to an explicit side. When stamps | 510 | `erc-fill-wrap-margin-side' to an explicit side. When stamps |
| 512 | appear in the right margin, which they do by default, users may | 511 | appear in the right margin, which they do by default, users may |
| 513 | find that ERC actually appends them to copy-as-killed messages | 512 | find that ERC actually appends them to copy-as-killed messages. |
| 514 | without an intervening space. This normally poses at most a | 513 | This normally poses at most a minor inconvenience. Users of the |
| 515 | minor inconvenience, however users of the `log' module may prefer | 514 | `log' module wanting to avoid this effect in logs should see |
| 516 | a workaround provided by `erc-stamp-prefix-log-filter', which | 515 | `erc-stamp-prefix-log-filter', which strips trailing stamps from |
| 517 | strips trailing stamps from logged messages and instead prepends | 516 | logged messages and instead prepends them to every line. |
| 518 | them to every line. | ||
| 519 | 517 | ||
| 520 | A so-called \"local\" module, `fill-wrap' depends on the global | 518 | A so-called \"local\" module, `fill-wrap' depends on the global |
| 521 | modules `fill', `stamp', `button', and `scrolltobottom'. It | 519 | modules `fill', `stamp', `button', and `scrolltobottom'. It |