diff options
| author | Eli Zaretskii | 2007-03-31 12:43:32 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-03-31 12:43:32 +0000 |
| commit | 1db203ff370e944940f0bd9a3ff7762497b25135 (patch) | |
| tree | 835dc5822aa0584f6cd41d41ce7d4e1de92fb6d7 | |
| parent | 5a842fda54c0c9096c1fa800938d9ae580c4583e (diff) | |
| download | emacs-1db203ff370e944940f0bd9a3ff7762497b25135.tar.gz emacs-1db203ff370e944940f0bd9a3ff7762497b25135.zip | |
Improve indexing.
| -rw-r--r-- | lispref/backups.texi | 2 | ||||
| -rw-r--r-- | lispref/compile.texi | 1 | ||||
| -rw-r--r-- | lispref/customize.texi | 1 | ||||
| -rw-r--r-- | lispref/nonascii.texi | 1 | ||||
| -rw-r--r-- | lispref/os.texi | 2 |
5 files changed, 7 insertions, 0 deletions
diff --git a/lispref/backups.texi b/lispref/backups.texi index 893f6df4205..0c5db16e22c 100644 --- a/lispref/backups.texi +++ b/lispref/backups.texi | |||
| @@ -6,6 +6,8 @@ | |||
| 6 | @setfilename ../info/backups | 6 | @setfilename ../info/backups |
| 7 | @node Backups and Auto-Saving, Buffers, Files, Top | 7 | @node Backups and Auto-Saving, Buffers, Files, Top |
| 8 | @chapter Backups and Auto-Saving | 8 | @chapter Backups and Auto-Saving |
| 9 | @cindex backups and auto-saving | ||
| 10 | @cindex back up and auto save | ||
| 9 | 11 | ||
| 10 | Backup files and auto-save files are two methods by which Emacs tries | 12 | Backup files and auto-save files are two methods by which Emacs tries |
| 11 | to protect the user from the consequences of crashes or of the user's | 13 | to protect the user from the consequences of crashes or of the user's |
diff --git a/lispref/compile.texi b/lispref/compile.texi index 4ed0eb8c1bf..4a11e5b5f76 100644 --- a/lispref/compile.texi +++ b/lispref/compile.texi | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | @setfilename ../info/compile | 6 | @setfilename ../info/compile |
| 7 | @node Byte Compilation, Advising Functions, Loading, Top | 7 | @node Byte Compilation, Advising Functions, Loading, Top |
| 8 | @chapter Byte Compilation | 8 | @chapter Byte Compilation |
| 9 | @cindex byte compilation | ||
| 9 | @cindex byte-code | 10 | @cindex byte-code |
| 10 | @cindex compilation | 11 | @cindex compilation |
| 11 | 12 | ||
diff --git a/lispref/customize.texi b/lispref/customize.texi index 3d7e9b00172..e3493102846 100644 --- a/lispref/customize.texi +++ b/lispref/customize.texi | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | @setfilename ../info/customize | 6 | @setfilename ../info/customize |
| 7 | @node Customization, Loading, Macros, Top | 7 | @node Customization, Loading, Macros, Top |
| 8 | @chapter Writing Customization Definitions | 8 | @chapter Writing Customization Definitions |
| 9 | @cindex customize | ||
| 9 | 10 | ||
| 10 | @cindex customization definitions | 11 | @cindex customization definitions |
| 11 | This chapter describes how to declare user options for customization, | 12 | This chapter describes how to declare user options for customization, |
diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi index 3661079c56e..9e1d603ba33 100644 --- a/lispref/nonascii.texi +++ b/lispref/nonascii.texi | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | @node Non-ASCII Characters, Searching and Matching, Text, Top | 7 | @node Non-ASCII Characters, Searching and Matching, Text, Top |
| 8 | @chapter Non-@acronym{ASCII} Characters | 8 | @chapter Non-@acronym{ASCII} Characters |
| 9 | @cindex multibyte characters | 9 | @cindex multibyte characters |
| 10 | @cindex characters, multi-byte | ||
| 10 | @cindex non-@acronym{ASCII} characters | 11 | @cindex non-@acronym{ASCII} characters |
| 11 | 12 | ||
| 12 | This chapter covers the special issues relating to non-@acronym{ASCII} | 13 | This chapter covers the special issues relating to non-@acronym{ASCII} |
diff --git a/lispref/os.texi b/lispref/os.texi index 9fde03b650c..98c9dc5828a 100644 --- a/lispref/os.texi +++ b/lispref/os.texi | |||
| @@ -622,6 +622,7 @@ convenient way to test parts of this string is with | |||
| 622 | @code{string-match}. | 622 | @code{string-match}. |
| 623 | @end defvar | 623 | @end defvar |
| 624 | 624 | ||
| 625 | @cindex system type and name | ||
| 625 | @defvar system-type | 626 | @defvar system-type |
| 626 | The value of this variable is a symbol indicating the type of operating | 627 | The value of this variable is a symbol indicating the type of operating |
| 627 | system Emacs is operating on. Here is a table of the possible values: | 628 | system Emacs is operating on. Here is a table of the possible values: |
| @@ -885,6 +886,7 @@ indicating whether the privilege is currently enabled. | |||
| 885 | 886 | ||
| 886 | @node User Identification | 887 | @node User Identification |
| 887 | @section User Identification | 888 | @section User Identification |
| 889 | @cindex user identification | ||
| 888 | 890 | ||
| 889 | @defvar init-file-user | 891 | @defvar init-file-user |
| 890 | This variable says which user's init files should be used by | 892 | This variable says which user's init files should be used by |