comparison man/xemacs/programs.texi @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 972bbb6d6ca2
children 74fd4e045ea6
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
43 There are editing commands to operate on them. 43 There are editing commands to operate on them.
44 * Defuns:: Each program is made up of separate functions. 44 * Defuns:: Each program is made up of separate functions.
45 There are editing commands to operate on them. 45 There are editing commands to operate on them.
46 * Grinding:: Adjusting indentation to show the nesting. 46 * Grinding:: Adjusting indentation to show the nesting.
47 * Matching:: Insertion of a close-delimiter flashes matching open. 47 * Matching:: Insertion of a close-delimiter flashes matching open.
48 * Comments:: Inserting, filling and aligning comments. 48 * Comments:: Inserting, illing and aligning comments.
49 * Balanced Editing:: Inserting two matching parentheses at once, etc. 49 * Balanced Editing:: Inserting two matching parentheses at once, etc.
50 * Lisp Completion:: Completion on symbol names in Lisp code. 50 * Lisp Completion:: Completion on symbol names in Lisp code.
51 * Documentation:: Getting documentation of functions you plan to call. 51 * Documentation:: Getting documentation of functions you plan to call.
52 * Change Log:: Maintaining a change history for your program. 52 * Change Log:: Maintaining a change history for your program.
53 * Tags:: Go direct to any function in your program in one 53 * Tags:: Go direct to any function in your program in one