diff options
| author | Eli Zaretskii | 2001-02-21 15:29:46 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-02-21 15:29:46 +0000 |
| commit | 4946337df63e1f4c7fc242230d791bb691cf7756 (patch) | |
| tree | 068ad18675ff2aac8e6cd7ebf1f2076fdf1f4ccf /man/programs.texi | |
| parent | a284eea359aaf796a5794b37682c96dc1d389844 (diff) | |
| download | emacs-4946337df63e1f4c7fc242230d791bb691cf7756.tar.gz emacs-4946337df63e1f4c7fc242230d791bb691cf7756.zip | |
Remove redundant index entries.
Diffstat (limited to 'man/programs.texi')
| -rw-r--r-- | man/programs.texi | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/man/programs.texi b/man/programs.texi index 3a6bb07e63b..07d9defc0e0 100644 --- a/man/programs.texi +++ b/man/programs.texi | |||
| @@ -36,11 +36,6 @@ Judicious use of blank lines to make the program clearer will also | |||
| 36 | provide useful chunks of text for the paragraph commands to work | 36 | provide useful chunks of text for the paragraph commands to work |
| 37 | on. | 37 | on. |
| 38 | 38 | ||
| 39 | @cindex selective display | ||
| 40 | @cindex outline | ||
| 41 | @cindex folding | ||
| 42 | @findex outline-minor-mode | ||
| 43 | @cindex outlines | ||
| 44 | The selective display feature is useful for looking at the overall | 39 | The selective display feature is useful for looking at the overall |
| 45 | structure of a function (@pxref{Selective Display}). This feature | 40 | structure of a function (@pxref{Selective Display}). This feature |
| 46 | hides the lines that are indented more than a specified amount. | 41 | hides the lines that are indented more than a specified amount. |
| @@ -349,6 +344,7 @@ Put region around whole current or following defun (@code{mark-defun}). | |||
| 349 | The commands to move to the beginning and end of the current defun are | 344 | The commands to move to the beginning and end of the current defun are |
| 350 | @kbd{C-M-a} (@code{beginning-of-defun}) and @kbd{C-M-e} (@code{end-of-defun}). | 345 | @kbd{C-M-a} (@code{beginning-of-defun}) and @kbd{C-M-e} (@code{end-of-defun}). |
| 351 | 346 | ||
| 347 | @kindex C-M-h @r{(C mode)} | ||
| 352 | @findex c-mark-function | 348 | @findex c-mark-function |
| 353 | If you wish to operate on the current defun, use @kbd{C-M-h} | 349 | If you wish to operate on the current defun, use @kbd{C-M-h} |
| 354 | (@code{mark-defun}) which puts point at the beginning and mark at the end | 350 | (@code{mark-defun}) which puts point at the beginning and mark at the end |
| @@ -1466,8 +1462,7 @@ point. | |||
| 1466 | and they have no additional characters in common, a list of all possible | 1462 | and they have no additional characters in common, a list of all possible |
| 1467 | completions is displayed in another window. | 1463 | completions is displayed in another window. |
| 1468 | 1464 | ||
| 1469 | @cindex completion using tags | 1465 | @cindex tags-based completion |
| 1470 | @cindex tags completion | ||
| 1471 | @cindex Info index completion | 1466 | @cindex Info index completion |
| 1472 | @findex complete-symbol | 1467 | @findex complete-symbol |
| 1473 | In most programming language major modes, @kbd{M-@key{TAB}} runs the | 1468 | In most programming language major modes, @kbd{M-@key{TAB}} runs the |
| @@ -1482,7 +1477,7 @@ completion works only if there is an Info file for the standard library | |||
| 1482 | functions of your language, and only if it is installed at your site. | 1477 | functions of your language, and only if it is installed at your site. |
| 1483 | 1478 | ||
| 1484 | @cindex Lisp symbol completion | 1479 | @cindex Lisp symbol completion |
| 1485 | @cindex completion in Lisp | 1480 | @cindex completion (Lisp symbols) |
| 1486 | @findex lisp-complete-symbol | 1481 | @findex lisp-complete-symbol |
| 1487 | In Emacs-Lisp mode, the name space for completion normally consists of | 1482 | In Emacs-Lisp mode, the name space for completion normally consists of |
| 1488 | nontrivial symbols present in Emacs---those that have function | 1483 | nontrivial symbols present in Emacs---those that have function |
| @@ -3232,8 +3227,6 @@ hungry-delete feature is enabled. | |||
| 3232 | 3227 | ||
| 3233 | @table @kbd | 3228 | @table @kbd |
| 3234 | @item C-M-h | 3229 | @item C-M-h |
| 3235 | @findex c-mark-function | ||
| 3236 | @kindex C-M-h @r{(C mode)} | ||
| 3237 | Put mark at the end of a function definition, and put point at the | 3230 | Put mark at the end of a function definition, and put point at the |
| 3238 | beginning (@code{c-mark-function}). | 3231 | beginning (@code{c-mark-function}). |
| 3239 | 3232 | ||
| @@ -3383,12 +3376,10 @@ continuation lines. | |||
| 3383 | are unlike those of other languages. Built-in abbrevs optionally save | 3376 | are unlike those of other languages. Built-in abbrevs optionally save |
| 3384 | typing when you insert Fortran keywords. | 3377 | typing when you insert Fortran keywords. |
| 3385 | 3378 | ||
| 3386 | @findex fortran-mode | ||
| 3387 | Use @kbd{M-x fortran-mode} to switch to this major mode. This command | 3379 | Use @kbd{M-x fortran-mode} to switch to this major mode. This command |
| 3388 | runs the hook @code{fortran-mode-hook} (@pxref{Hooks}). | 3380 | runs the hook @code{fortran-mode-hook} (@pxref{Hooks}). |
| 3389 | 3381 | ||
| 3390 | @cindex Fortran77 | 3382 | @cindex Fortran77 and Fortran90 |
| 3391 | @cindex Fortran90 | ||
| 3392 | @findex f90-mode | 3383 | @findex f90-mode |
| 3393 | @findex fortran-mode | 3384 | @findex fortran-mode |
| 3394 | Fortan mode is meant for editing Fortran77 ``fixed format'' source | 3385 | Fortan mode is meant for editing Fortran77 ``fixed format'' source |