mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; * lisp/erc/erc-fill.el (erc-fill-wrap-mode): Doc fix.
This commit is contained in:
parent
3f6e7e1da6
commit
1bbb322017
1 changed files with 9 additions and 11 deletions
|
|
@ -490,16 +490,15 @@ option `erc-fill-wrap-margin-width'. To use it, either include
|
||||||
`erc-fill-wrap'.
|
`erc-fill-wrap'.
|
||||||
|
|
||||||
Once enabled, use \\[erc-fill-wrap-nudge] to adjust the width of
|
Once enabled, use \\[erc-fill-wrap-nudge] to adjust the width of
|
||||||
the indent and the stamp margin. And For cycling between
|
the indent and the stamp margin. For cycling between
|
||||||
logical- and screen-line oriented command movement, see
|
logical- and screen-line oriented command movement, see
|
||||||
\\[erc-fill-wrap-toggle-truncate-lines]. Similarly, use
|
\\[erc-fill-wrap-toggle-truncate-lines]. Similarly, use
|
||||||
\\[erc-fill-wrap-refill-buffer] to fix alignment problems after
|
\\[erc-fill-wrap-refill-buffer] to fix alignment problems after
|
||||||
running certain commands, like `text-scale-adjust'. Also see
|
running certain commands, like `text-scale-adjust'. Also see
|
||||||
related stylistic options `erc-fill-wrap-merge', and
|
related stylistic options `erc-fill-wrap-merge' and
|
||||||
`erc-fill-wrap-merge-indicator'. (Hint: in narrow windows, try
|
`erc-fill-wrap-merge-indicator'. (Hint: in narrow windows, try
|
||||||
setting `erc-fill-static-center' to 1, and if you use
|
setting `erc-fill-static-center' to 1 and choosing \"Leading
|
||||||
`erc-fill-wrap-merge-indicator', choose \"Leading MIDDLE DOT sans
|
MIDDLE DOT sans gap\" for `erc-fill-wrap-merge-indicator'.)
|
||||||
gap\" or one of the \"trailing\" items from the Customize menu.)
|
|
||||||
|
|
||||||
This module imposes various restrictions on the appearance of
|
This module imposes various restrictions on the appearance of
|
||||||
timestamps. Most notably, it insists on displaying them in the
|
timestamps. Most notably, it insists on displaying them in the
|
||||||
|
|
@ -510,12 +509,11 @@ Additionally, this module assumes that users providing their own
|
||||||
`erc-insert-timestamp-function' have also customized the option
|
`erc-insert-timestamp-function' have also customized the option
|
||||||
`erc-fill-wrap-margin-side' to an explicit side. When stamps
|
`erc-fill-wrap-margin-side' to an explicit side. When stamps
|
||||||
appear in the right margin, which they do by default, users may
|
appear in the right margin, which they do by default, users may
|
||||||
find that ERC actually appends them to copy-as-killed messages
|
find that ERC actually appends them to copy-as-killed messages.
|
||||||
without an intervening space. This normally poses at most a
|
This normally poses at most a minor inconvenience. Users of the
|
||||||
minor inconvenience, however users of the `log' module may prefer
|
`log' module wanting to avoid this effect in logs should see
|
||||||
a workaround provided by `erc-stamp-prefix-log-filter', which
|
`erc-stamp-prefix-log-filter', which strips trailing stamps from
|
||||||
strips trailing stamps from logged messages and instead prepends
|
logged messages and instead prepends them to every line.
|
||||||
them to every line.
|
|
||||||
|
|
||||||
A so-called \"local\" module, `fill-wrap' depends on the global
|
A so-called \"local\" module, `fill-wrap' depends on the global
|
||||||
modules `fill', `stamp', `button', and `scrolltobottom'. It
|
modules `fill', `stamp', `button', and `scrolltobottom'. It
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue