comparison man/xemacs/programs.texi @ 363:972bbb6d6ca2 r21-1-11

Import from CVS: tag r21-1-11
author cvs
date Mon, 13 Aug 2007 10:59:28 +0200
parents 43dd3413c7c7
children cc15677e0335
comparison
equal deleted inserted replaced
362:1e474c183006 363:972bbb6d6ca2
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