aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-04-07 02:05:08 +0000
committerRichard M. Stallman2007-04-07 02:05:08 +0000
commitca256de8525954d773cfae3ebd8cbc951742edba (patch)
treeda159d41cfe76e9caef0afc5a7869aa43b821e11
parentb0553b994c786347b404082e9d3cf2f94cac31ad (diff)
downloademacs-ca256de8525954d773cfae3ebd8cbc951742edba.tar.gz
emacs-ca256de8525954d773cfae3ebd8cbc951742edba.zip
(Documentation Basics): Removed redundant index entries.
-rw-r--r--lispref/help.texi4
1 files changed, 1 insertions, 3 deletions
diff --git a/lispref/help.texi b/lispref/help.texi
index 56fbb34440e..70c7a48c9c4 100644
--- a/lispref/help.texi
+++ b/lispref/help.texi
@@ -91,9 +91,7 @@ list under the property name @code{variable-documentation}. The
91function @code{documentation-property} knows how to retrieve it. 91function @code{documentation-property} knows how to retrieve it.
92@end itemize 92@end itemize
93 93
94@cindex @file{DOC} (documentation) file 94@cindex @file{DOC-@var{version}} (documentation) file
95@cindex @file{emacs/etc/DOC-@var{version}}
96@cindex @file{etc/DOC-@var{version}}
97To save space, the documentation for preloaded functions and variables 95To save space, the documentation for preloaded functions and variables
98(including primitive functions and autoloaded functions) is stored in 96(including primitive functions and autoloaded functions) is stored in
99the file @file{emacs/etc/DOC-@var{version}}---not inside Emacs. The 97the file @file{emacs/etc/DOC-@var{version}}---not inside Emacs. The