[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/doc/lispref/os.texi,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/doc/lispref/os.texi,v |
Date: |
Thu, 31 Jul 2008 05:34:02 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/31 05:33:56
Index: doc/lispref/os.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/os.texi,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- doc/lispref/os.texi 27 Jul 2008 18:24:22 -0000 1.10
+++ doc/lispref/os.texi 31 Jul 2008 05:33:36 -0000 1.11
@@ -632,10 +632,6 @@
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:
address@hidden @code
address@hidden alpha-vms
-VMS on the Alpha.
-
@item aix-v3
AIX.
@@ -667,9 +663,6 @@
@item usg-unix-v
AT&T System V.
address@hidden vax-vms
-VAX VMS.
-
@item windows-nt
Microsoft windows NT. The same executable supports Windows 9X, but the
value of @code{system-type} is @code{windows-nt} in either case.
@@ -862,19 +855,6 @@
The value is @code{nil} if Emacs is running under a window system.
@end defvar
address@hidden setprv privilege-name &optional setp getprv
-This function sets or resets a VMS privilege. (It does not exist on
-other systems.) The first argument is the privilege name, as a string.
-The second argument, @var{setp}, is @code{t} or @code{nil}, indicating
-whether the privilege is to be turned on or off. Its default is
address@hidden The function returns @code{t} if successful, @code{nil}
-otherwise.
-
-If the third argument, @var{getprv}, is address@hidden, @code{setprv}
-does not change the privilege, but returns @code{t} or @code{nil}
-indicating whether the privilege is currently enabled.
address@hidden defun
-
@node User Identification
@section User Identification
@cindex user identification