diff options
| author | Luc Teirlinck | 2004-08-27 23:30:03 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-08-27 23:30:03 +0000 |
| commit | c8b21b5ed25a07054123585896668d0cfddfee6f (patch) | |
| tree | 8146d23be34c10cbac44714c611185967fbac1a4 | |
| parent | 254196f5a42e04a22f4bd377d1af7f6a42a40670 (diff) | |
| download | emacs-c8b21b5ed25a07054123585896668d0cfddfee6f.tar.gz emacs-c8b21b5ed25a07054123585896668d0cfddfee6f.zip | |
Interchange nodes (for correct numbering).
| -rw-r--r-- | man/programs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/programs.texi b/man/programs.texi index e19c8364f2b..abe0083b39e 100644 --- a/man/programs.texi +++ b/man/programs.texi | |||
| @@ -31,8 +31,8 @@ Highlight program syntax (@pxref{Font Lock}). | |||
| 31 | * Defuns:: Commands to operate on major top-level parts | 31 | * Defuns:: Commands to operate on major top-level parts |
| 32 | of a program. | 32 | of a program. |
| 33 | * Program Indent:: Adjusting indentation to show the nesting. | 33 | * Program Indent:: Adjusting indentation to show the nesting. |
| 34 | * Comments:: Inserting, killing, and aligning comments. | ||
| 35 | * Parentheses:: Commands that operate on parentheses. | 34 | * Parentheses:: Commands that operate on parentheses. |
| 35 | * Comments:: Inserting, killing, and aligning comments. | ||
| 36 | * Documentation:: Getting documentation of functions you plan to call. | 36 | * Documentation:: Getting documentation of functions you plan to call. |
| 37 | * Hideshow:: Displaying blocks selectively. | 37 | * Hideshow:: Displaying blocks selectively. |
| 38 | * Symbol Completion:: Completion on symbol names of your program or language. | 38 | * Symbol Completion:: Completion on symbol names of your program or language. |