Mercurial > hg > xemacs-beta
comparison man/xemacs/programs.texi @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 74fd4e045ea6 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
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 |