aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc
diff options
context:
space:
mode:
authorF. Jason Park2024-08-04 22:26:11 -0700
committerF. Jason Park2024-08-04 22:27:40 -0700
commit1bbb3220179f2f063cb8252646c34c2bf359decb (patch)
treeeeb8a0f68709c47dbff4e1fecb2b054a520277e3 /lisp/erc
parent3f6e7e1da682b708ece0ac79b9c6b8acb357d729 (diff)
downloademacs-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.el20
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
492Once enabled, use \\[erc-fill-wrap-nudge] to adjust the width of 492Once enabled, use \\[erc-fill-wrap-nudge] to adjust the width of
493the indent and the stamp margin. And For cycling between 493the indent and the stamp margin. For cycling between
494logical- and screen-line oriented command movement, see 494logical- 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
497running certain commands, like `text-scale-adjust'. Also see 497running certain commands, like `text-scale-adjust'. Also see
498related stylistic options `erc-fill-wrap-merge', and 498related 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
500setting `erc-fill-static-center' to 1, and if you use 500setting `erc-fill-static-center' to 1 and choosing \"Leading
501`erc-fill-wrap-merge-indicator', choose \"Leading MIDDLE DOT sans 501MIDDLE DOT sans gap\" for `erc-fill-wrap-merge-indicator'.)
502gap\" or one of the \"trailing\" items from the Customize menu.)
503 502
504This module imposes various restrictions on the appearance of 503This module imposes various restrictions on the appearance of
505timestamps. Most notably, it insists on displaying them in the 504timestamps. 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
512appear in the right margin, which they do by default, users may 511appear in the right margin, which they do by default, users may
513find that ERC actually appends them to copy-as-killed messages 512find that ERC actually appends them to copy-as-killed messages.
514without an intervening space. This normally poses at most a 513This normally poses at most a minor inconvenience. Users of the
515minor inconvenience, however users of the `log' module may prefer 514`log' module wanting to avoid this effect in logs should see
516a workaround provided by `erc-stamp-prefix-log-filter', which 515`erc-stamp-prefix-log-filter', which strips trailing stamps from
517strips trailing stamps from logged messages and instead prepends 516logged messages and instead prepends them to every line.
518them to every line.
519 517
520A so-called \"local\" module, `fill-wrap' depends on the global 518A so-called \"local\" module, `fill-wrap' depends on the global
521modules `fill', `stamp', `button', and `scrolltobottom'. It 519modules `fill', `stamp', `button', and `scrolltobottom'. It