diff options
author | Eli Zaretskii <eliz@gnu.org> | 2007-03-31 12:43:32 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2007-03-31 12:43:32 +0000 |
commit | 1db203ff370e944940f0bd9a3ff7762497b25135 (patch) | |
tree | 835dc5822aa0584f6cd41d41ce7d4e1de92fb6d7 /lispref/os.texi | |
parent | 5a842fda54c0c9096c1fa800938d9ae580c4583e (diff) | |
download | emacs-1db203ff370e944940f0bd9a3ff7762497b25135.tar.gz |
Improve indexing.
Diffstat (limited to 'lispref/os.texi')
-rw-r--r-- | lispref/os.texi | 2 |
1 files changed, 2 insertions, 0 deletions
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 @code{string-match}. @end defvar +@cindex system type and name @defvar system-type The value of this variable is a symbol indicating the type of operating system Emacs is operating on. Here is a table of the possible values: @@ -885,6 +886,7 @@ indicating whether the privilege is currently enabled. @node User Identification @section User Identification +@cindex user identification @defvar init-file-user This variable says which user's init files should be used by |