diff options
| author | Richard M. Stallman | 2007-04-07 02:05:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-04-07 02:05:08 +0000 |
| commit | ca256de8525954d773cfae3ebd8cbc951742edba (patch) | |
| tree | da159d41cfe76e9caef0afc5a7869aa43b821e11 | |
| parent | b0553b994c786347b404082e9d3cf2f94cac31ad (diff) | |
| download | emacs-ca256de8525954d773cfae3ebd8cbc951742edba.tar.gz emacs-ca256de8525954d773cfae3ebd8cbc951742edba.zip | |
(Documentation Basics): Removed redundant index entries.
| -rw-r--r-- | lispref/help.texi | 4 |
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 | |||
| 91 | function @code{documentation-property} knows how to retrieve it. | 91 | function @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}} | ||
| 97 | To save space, the documentation for preloaded functions and variables | 95 | To 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 |
| 99 | the file @file{emacs/etc/DOC-@var{version}}---not inside Emacs. The | 97 | the file @file{emacs/etc/DOC-@var{version}}---not inside Emacs. The |