comparison man/maintaining.texi @ 68823:63d1645b9198

(Maintaining): Change title; clarify topic. Delete duplicate index entries.
author Richard M. Stallman <rms@gnu.org>
date Sun, 12 Feb 2006 20:26:40 +0000
parents f06d0aec15a7
children 1ccf0b1b5b01 d57ee9eab157
comparison
equal deleted inserted replaced
68822:7010bb070445 68823:63d1645b9198
1 @c This is part of the Emacs manual. 1 @c This is part of the Emacs manual.
2 @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, 2 @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000,
3 @c 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 3 @c 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 @c See file emacs.texi for copying conditions. 4 @c See file emacs.texi for copying conditions.
5 @node Maintaining, Abbrevs, Building, Top 5 @node Maintaining, Abbrevs, Building, Top
6 @chapter Maintaining Programs 6 @chapter Maintaining Large Programs
7 @cindex Lisp editing 7
8 @cindex C editing 8 This chapter describes Emacs features for maintaining large
9 @cindex program editing 9 programs. The version control features (@pxref{Version Control}) are
10 10 also particularly useful for this purpose.
11 This chapter describes Emacs features for maintaining programs. The
12 version control features (@pxref{Version Control}) are also particularly
13 useful for this purpose.
14 11
15 @menu 12 @menu
16 * Change Log:: Maintaining a change history for your program. 13 * Change Log:: Maintaining a change history for your program.
17 * Format of ChangeLog:: What the change log file looks like. 14 * Format of ChangeLog:: What the change log file looks like.
18 * Tags:: Go direct to any function in your program in one 15 * Tags:: Go direct to any function in your program in one