1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

* doc/misc/erc.texi: Remove hand-written node pointers.

This commit is contained in:
Glenn Morris 2012-10-05 21:13:01 -04:00
parent df5d5f59f2
commit a03bb33fb0
2 changed files with 26 additions and 40 deletions

View file

@ -1,3 +1,7 @@
2012-10-06 Glenn Morris <rgm@gnu.org>
* erc.texi: Remove hand-written node pointers.
2012-10-05 Glenn Morris <rgm@gnu.org> 2012-10-05 Glenn Morris <rgm@gnu.org>
* newsticker.texi (Overview, Requirements, Usage, Configuration): * newsticker.texi (Overview, Requirements, Usage, Configuration):

View file

@ -48,8 +48,7 @@ and modified without restriction.
@contents @contents
@ifnottex @ifnottex
@node Top, Introduction, (dir), (dir) @node Top
@comment node-name, next, previous, up
@top ERC @top ERC
@insertcopying @insertcopying
@ -95,8 +94,7 @@ Advanced Usage
@end detailmenu @end detailmenu
@end menu @end menu
@node Introduction, Obtaining ERC, Top, Top @node Introduction
@comment node-name, next, previous, up
@chapter Introduction @chapter Introduction
ERC is a powerful, modular, and extensible IRC client for Emacs. ERC is a powerful, modular, and extensible IRC client for Emacs.
@ -119,8 +117,7 @@ It comes with the following capabilities enabled by default.
@end itemize @end itemize
@node Obtaining ERC, Installation, Introduction, Top @node Obtaining ERC
@comment node-name, next, previous, up
@chapter Obtaining ERC @chapter Obtaining ERC
@menu @menu
@ -140,8 +137,7 @@ locations, or from your local GNU mirror.
The rest of this chapter may be skipped if you are using the version of The rest of this chapter may be skipped if you are using the version of
ERC that comes with Emacs. ERC that comes with Emacs.
@node Releases, Development, Obtaining ERC, Obtaining ERC @node Releases
@comment node-name, next, previous, up
@section Releases @section Releases
Choose to install a release if you want to minimize risk. Choose to install a release if you want to minimize risk.
@ -159,8 +155,7 @@ available in the official Debian repository.
Alternatively, you can download the latest release from Alternatively, you can download the latest release from
@uref{http://ftp.gnu.org/gnu/erc}, or your local GNU mirror. @uref{http://ftp.gnu.org/gnu/erc}, or your local GNU mirror.
@node Development, , Releases, Obtaining ERC @node Development
@comment node-name, next, previous, up
@section Development @section Development
@cindex development @cindex development
@ -263,8 +258,7 @@ development, please consult
@uref{http://emacswiki.org/cgi-bin/wiki/ErcDevelopment}. @uref{http://emacswiki.org/cgi-bin/wiki/ErcDevelopment}.
@node Installation, Getting Started, Obtaining ERC, Top @node Installation
@comment node-name, next, previous, up
@chapter Installation @chapter Installation
ERC may be compiled and installed on your machine. ERC may be compiled and installed on your machine.
@ -315,8 +309,7 @@ Run @code{make install} as the root user if you have chosen installation
locations that require this. locations that require this.
@node Getting Started, Keystroke Summary, Installation, Top @node Getting Started
@comment node-name, next, previous, up
@chapter Getting Started @chapter Getting Started
@cindex settings @cindex settings
@ -344,8 +337,7 @@ you want, do @kbd{M-x customize-variable RET erc-modules RET}.
* Special Features:: Differences from standalone IRC clients * Special Features:: Differences from standalone IRC clients
@end menu @end menu
@node Sample Session, Special Features, Getting Started, Getting Started @node Sample Session
@comment node-name, next, previous, up
@section Sample Session @section Sample Session
This is an example ERC session which shows how to connect to the #emacs This is an example ERC session which shows how to connect to the #emacs
@ -403,8 +395,7 @@ talk with them.
@end itemize @end itemize
@node Special Features, , Sample Session, Getting Started @node Special Features
@comment node-name, next, previous, up
@section Special Features @section Special Features
ERC has some features that distinguish it from some IRC clients. ERC has some features that distinguish it from some IRC clients.
@ -478,8 +469,7 @@ ERC buffer and run the @code{/RECONNECT} command.
@end itemize @end itemize
@node Keystroke Summary, Modules, Getting Started, Top @node Keystroke Summary
@comment node-name, next, previous, up
@chapter Keys Used in ERC @chapter Keys Used in ERC
@cindex keystrokes @cindex keystrokes
@ -562,8 +552,7 @@ Kill current input line using `erc-bol' followed by `kill-line'.
@end table @end table
@node Modules, Advanced Usage, Keystroke Summary, Top @node Modules
@comment node-name, next, previous, up
@chapter Modules @chapter Modules
@cindex modules @cindex modules
@ -701,8 +690,7 @@ Translate morse code in messages
@c PRE5_4: Document every option of every module in its own subnode @c PRE5_4: Document every option of every module in its own subnode
@node Advanced Usage, Getting Help and Reporting Bugs, Modules, Top @node Advanced Usage
@comment node-name, next, previous, up
@chapter Advanced Usage @chapter Advanced Usage
@cindex advanced topics @cindex advanced topics
@ -712,8 +700,7 @@ Translate morse code in messages
* Options:: Options that are available for ERC. * Options:: Options that are available for ERC.
@end menu @end menu
@node Connecting, Sample Configuration, Advanced Usage, Advanced Usage @node Connecting
@comment node-name, next, previous, up
@section Connecting to an IRC Server @section Connecting to an IRC Server
@cindex connecting @cindex connecting
@ -846,8 +833,7 @@ User full name.
This can be either a string or a function to call. This can be either a string or a function to call.
@end defopt @end defopt
@node Sample Configuration, Options, Connecting, Advanced Usage @node Sample Configuration
@comment node-name, next, previous, up
@section Sample Configuration @section Sample Configuration
@cindex configuration, sample @cindex configuration, sample
@ -926,8 +912,7 @@ stuff, to the current ERC buffer."
;; (setq erc-kill-server-buffer-on-quit t) ;; (setq erc-kill-server-buffer-on-quit t)
@end lisp @end lisp
@node Options, , Sample Configuration, Advanced Usage @node Options
@comment node-name, next, previous, up
@section Options @section Options
@cindex options @cindex options
@ -939,8 +924,7 @@ check out the available options for ERC is to do
@kbd{M-x customize-group erc RET}. @kbd{M-x customize-group erc RET}.
@node Getting Help and Reporting Bugs, History, Advanced Usage, Top @node Getting Help and Reporting Bugs
@comment node-name, next, previous, up
@chapter Getting Help and Reporting Bugs @chapter Getting Help and Reporting Bugs
@cindex help, getting @cindex help, getting
@cindex bugs, reporting @cindex bugs, reporting
@ -980,8 +964,7 @@ questions.
@end itemize @end itemize
@node History, Copying, Getting Help and Reporting Bugs, Top @node History
@comment node-name, next, previous, up
@chapter History @chapter History
@cindex history, of ERC @cindex history, of ERC
@ -1046,16 +1029,15 @@ We switched to using git for our version control system.
@end itemize @end itemize
@node Copying, GNU Free Documentation License, History, Top @node Copying
@comment node-name, next, previous, up @appendix GNU GENERAL PUBLIC LICENSE
@include gpl.texi @include gpl.texi
@node GNU Free Documentation License, Concept Index, Copying, Top @node GNU Free Documentation License
@comment node-name, next, previous, up @appendix GNU Free Documentation License
@include doclicense.texi @include doclicense.texi
@node Concept Index, , GNU Free Documentation License, Top @node Concept Index
@comment node-name, next, previous, up
@unnumbered Index @unnumbered Index
@printindex cp @printindex cp