aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2015-09-05 20:24:56 +0800
committerXue Fuqiao2015-09-05 20:24:56 +0800
commitdfc8f093f30e84a76a1f0abd039e26cc7b0b6fbb (patch)
treec977b5845709ac8d9206007bc0451a91e15bd1eb
parent2330ca33a97867f2ea1123bcf7bfe5cfcc030b36 (diff)
downloademacs-dfc8f093f30e84a76a1f0abd039e26cc7b0b6fbb.tar.gz
emacs-dfc8f093f30e84a76a1f0abd039e26cc7b0b6fbb.zip
* doc/emacs/programs.texi (Program Modes): Remove an index entry.
-rw-r--r--doc/emacs/programs.texi1
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
97distributed with Emacs (@pxref{Packages}); or you can contribute one. 97distributed 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
103line to illustrate the structure of the program. Therefore, in most 102line to illustrate the structure of the program. Therefore, in most