diff options
| author | Xue Fuqiao | 2015-09-05 20:24:56 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2015-09-05 20:24:56 +0800 |
| commit | dfc8f093f30e84a76a1f0abd039e26cc7b0b6fbb (patch) | |
| tree | c977b5845709ac8d9206007bc0451a91e15bd1eb | |
| parent | 2330ca33a97867f2ea1123bcf7bfe5cfcc030b36 (diff) | |
| download | emacs-dfc8f093f30e84a76a1f0abd039e26cc7b0b6fbb.tar.gz emacs-dfc8f093f30e84a76a1f0abd039e26cc7b0b6fbb.zip | |
* doc/emacs/programs.texi (Program Modes): Remove an index entry.
| -rw-r--r-- | doc/emacs/programs.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 8f78a1a54b6..ea8f82fa2ea 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi | |||
| @@ -97,7 +97,6 @@ your favorite language, the mode might be implemented in a package not | |||
| 97 | distributed with Emacs (@pxref{Packages}); or you can contribute one. | 97 | distributed with Emacs (@pxref{Packages}); or you can contribute one. |
| 98 | 98 | ||
| 99 | @kindex DEL @r{(programming modes)} | 99 | @kindex DEL @r{(programming modes)} |
| 100 | @findex c-electric-backspace | ||
| 101 | @findex backward-delete-char-untabify | 100 | @findex backward-delete-char-untabify |
| 102 | In most programming languages, indentation should vary from line to | 101 | In most programming languages, indentation should vary from line to |
| 103 | line to illustrate the structure of the program. Therefore, in most | 102 | line to illustrate the structure of the program. Therefore, in most |