summaryrefslogtreecommitdiff
path: root/doc/misc/rcirc.texi
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2019-05-26 20:17:38 -0400
committerNoam Postavsky <npostavs@gmail.com>2019-06-01 20:01:43 -0400
commit4541e31d9c522df3cef6e7ab939655f6f92e7fb4 (patch)
treea95f90b569905192e1280db0eb6f4541be4202ed /doc/misc/rcirc.texi
parentb9c0e3e8c01b5d6cd9b86e41c31e228bd6ba45cc (diff)
downloademacs-4541e31d9c522df3cef6e7ab939655f6f92e7fb4.tar.gz
Handle argument to rcirc /part properly (Bug#11157)
* lisp/net/rcirc.el (part): Split out channel name and part reason. * doc/misc/rcirc.texi (rcirc commands): Clarify that channel name may be provided to /part.
Diffstat (limited to 'doc/misc/rcirc.texi')
-rw-r--r--doc/misc/rcirc.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi
index bbcd0ed4620..1482a14fad5 100644
--- a/doc/misc/rcirc.texi
+++ b/doc/misc/rcirc.texi
@@ -337,9 +337,10 @@ channel name and join that channel. (Also @code{/join #emacs}.)
@cindex disconnect from a channel
@cindex stop talking on a channel
@cindex kill channel buffer
-This leaves the current channel. You can optionally provide a reason
-for parting. When you kill a channel buffer, you automatically part the
-corresponding channel. (Also @code{/part you are too weird!}.)
+This leaves the current channel. You can optionally provide a
+different channel name and reason for parting. When you kill a
+channel buffer, you automatically part the corresponding channel.
+(Also @code{/part #emacs you are too weird!}.)
@item C-c C-r
@kindex C-c C-r