aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2006-01-28 21:32:07 +0000
committerLuc Teirlinck2006-01-28 21:32:07 +0000
commit62e77f3d023973cb530eca7bbda909dac96589eb (patch)
treee6ef8c2a4d197562d9f49b1a9b42e1b536f96543
parent70c5748c72270bb920adf2ee9420f2a4668cf267 (diff)
downloademacs-62e77f3d023973cb530eca7bbda909dac96589eb.tar.gz
emacs-62e77f3d023973cb530eca7bbda909dac96589eb.zip
Capitalize dir entry for consistency with the entry
in info/dir and other entries in the Emacs category. Fix typos. Delete trailing whitespace.
-rw-r--r--man/rcirc.texi40
1 files changed, 20 insertions, 20 deletions
diff --git a/man/rcirc.texi b/man/rcirc.texi
index 49e395df66a..34ef26d8bf6 100644
--- a/man/rcirc.texi
+++ b/man/rcirc.texi
@@ -29,7 +29,7 @@ license to the document, as described in section 6 of the license.
29 29
30@dircategory Emacs 30@dircategory Emacs
31@direntry 31@direntry
32* rcirc: (rcirc). Internet Relay Chat (IRC) client. 32* Rcirc: (rcirc). Internet Relay Chat (IRC) client.
33@end direntry 33@end direntry
34 34
35@titlepage 35@titlepage
@@ -52,12 +52,12 @@ topic channels which are collections of many users, or privately, with
52just one other user. 52just one other user.
53 53
54@menu 54@menu
55* Basics:: 55* Basics::
56* Reference:: 56* Reference::
57* Hacking and Tweaking:: 57* Hacking and Tweaking::
58* Key Index:: 58* Key Index::
59* Variable Index:: 59* Variable Index::
60* Index:: 60* Index::
61 61
62@detailmenu 62@detailmenu
63 --- The Detailed Node Listing --- 63 --- The Detailed Node Listing ---
@@ -92,8 +92,8 @@ This chapter contains a brief introduction to IRC (Internet Relay Chat),
92and a quick tutorial on @code{rcirc}. 92and a quick tutorial on @code{rcirc}.
93 93
94@menu 94@menu
95* Internet Relay Chat:: 95* Internet Relay Chat::
96* Getting started with rcirc:: 96* Getting started with rcirc::
97@end menu 97@end menu
98 98
99@node Internet Relay Chat, Getting started with rcirc, Basics, Basics 99@node Internet Relay Chat, Getting started with rcirc, Basics, Basics
@@ -239,9 +239,9 @@ complete listings of @code{rcirc} features, use Emacs built-in
239documentation. 239documentation.
240 240
241@menu 241@menu
242* rcirc commands:: 242* rcirc commands::
243* Useful IRC commands:: 243* Useful IRC commands::
244* Configuration:: 244* Configuration::
245@end menu 245@end menu
246 246
247@node rcirc commands, Useful IRC commands, Reference, Reference 247@node rcirc commands, Useful IRC commands, Reference, Reference
@@ -500,12 +500,12 @@ the @code{freenode.net} domain.
500Here are some examples of stuff you can do to configure @code{rcirc}. 500Here are some examples of stuff you can do to configure @code{rcirc}.
501 501
502@menu 502@menu
503* Skipping /away messages using handlers:: 503* Skipping /away messages using handlers::
504* Using fly spell mode:: 504* Using fly spell mode::
505* Scrolling conservatively:: 505* Scrolling conservatively::
506* Changing the time stamp format:: 506* Changing the time stamp format::
507* Defining a new command:: 507* Defining a new command::
508* Reconnecting after you have lost the connection:: 508* Reconnecting after you have lost the connection::
509@end menu 509@end menu
510 510
511@node Skipping /away messages using handlers, Using fly spell mode, Hacking and Tweaking, Hacking and Tweaking 511@node Skipping /away messages using handlers, Using fly spell mode, Hacking and Tweaking, Hacking and Tweaking
@@ -514,7 +514,7 @@ Here are some examples of stuff you can do to configure @code{rcirc}.
514 514
515@cindex handlers 515@cindex handlers
516@cindex status codes 516@cindex status codes
517The IRC protocol specifies how certain events are signalled from server 517The IRC protocol specifies how certain events are signaled from server
518to client. These events have numbers and are dealt with using so-called 518to client. These events have numbers and are dealt with using so-called
519handlers. You can override existing handlers by exploiting the naming 519handlers. You can override existing handlers by exploiting the naming
520convention adopted for @code{rcirc}. 520convention adopted for @code{rcirc}.
@@ -566,7 +566,7 @@ window when possible. The following snippet uses a local value for
566 8192))) 566 8192)))
567@end example 567@end example
568 568
569@xref{Scrolling, , Scrolling convervatively, emacs, The GNU Emacs 569@xref{Scrolling, , Scrolling conservatively, emacs, The GNU Emacs
570Manual}, for details. 570Manual}, for details.
571 571
572@node Changing the time stamp format, Defining a new command, Scrolling conservatively, Hacking and Tweaking 572@node Changing the time stamp format, Defining a new command, Scrolling conservatively, Hacking and Tweaking