comparison man/xemacs/programs.texi @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 8de8e3f6228a
children c33ae14dd6d0
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
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, illing and aligning comments. 48 * Comments:: Inserting, filling 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