diff options
author | Philip Kaludercic <philip@icterid> | 2022-09-19 21:18:18 +0200 |
---|---|---|
committer | Philip Kaludercic <philipk@posteo.net> | 2022-09-20 19:25:39 +0200 |
commit | 9b5fe5d6f1e9b9d044d6dea5b68ed0725d95884a (patch) | |
tree | 5307423c65f6be836dcb89e9ecc3dd70a88b034f | |
parent | 6795b93d06917806cf0b8a962c5aef92c7a27343 (diff) | |
download | emacs-9b5fe5d6f1e9b9d044d6dea5b68ed0725d95884a.tar.gz emacs-9b5fe5d6f1e9b9d044d6dea5b68ed0725d95884a.tar.bz2 emacs-9b5fe5d6f1e9b9d044d6dea5b68ed0725d95884a.zip |
; * doc/misc/rcirc.texi: Repunctuate some sentences
-rw-r--r-- | doc/misc/rcirc.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi index a028697847c..5781e974a12 100644 --- a/doc/misc/rcirc.texi +++ b/doc/misc/rcirc.texi @@ -177,7 +177,7 @@ using a different nick. This will prompt you for four things: @cindex server, connecting @cindex Libera.Chat network @item IRC Server -What server do you want to connect to? All the servers in a particular +What server do you want to connect to? All the servers in a particular network are equivalent. Some networks use a round-robin system where a single server redirects new connections to a random server in the network. @code{irc.libera.chat} is such a server for the Libera.Chat @@ -970,16 +970,16 @@ because @code{rcirc-define-command} is not yet available, and without @cindex bouncer Some bouncers multiplex connections to various servers, but have to -modify nicks and channel names to make this work. The channel +modify nicks and channel names to make this work. The channel @code{#emacs} on @code{irc.libera.chat} becomes @code{#emacs/irc.libera.chat}. @vindex rcirc-nick-filter @vindex rcirc-channel-filter The options @code{rcirc-nick-filter} and @code{rcirc-channel-filter} -can be used to make this feel more natural. When set to functions, +can be used to make this feel more natural. When set to functions, these will be used to change how nicks and channel names are -displayed. A simple configuration to fix the above example might be: +displayed. A simple configuration to fix the above example might be: @smallexample (defun my/rcirc-remove-suffix (STR) |