X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/94cc397c541f50af6b049af6c42806daa2be2709..7c2fb837ec2f0e0a509f22ccc35f9b43476a6119:/doc/lispref/os.texi diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 0519e7dfa3..9f8d36315b 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -534,7 +534,7 @@ subprocess of Emacs. Then you would exit the shell to return to Emacs. may not have a parent that can resume it again, and in any case you can give input to some other job such as a shell merely by moving to a different window. Therefore, suspending is not allowed when Emacs is using -a window system (X, MS Windows, or Mac). +a window system (X, MS Windows). @defun suspend-emacs &optional string This function stops Emacs and returns control to the superior process. @@ -632,10 +632,6 @@ convenient way to test parts of this string is with 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: -@table @code -@item alpha-vms -VMS on the Alpha. - @item aix-v3 AIX. @@ -664,15 +660,9 @@ Microsoft MS-DOS ``operating system.'' Emacs compiled with DJGPP for MS-DOS binds @code{system-type} to @code{ms-dos} even when you run it on MS-Windows. -@item next-mach -NeXT Mach-based system. - @item usg-unix-v AT&T System V. -@item 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. @@ -865,19 +855,6 @@ in the system's terminal driver, before Emacs was started. The value is @code{nil} if Emacs is running under a window system. @end defvar -@defun 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 -@code{nil}. The function returns @code{t} if successful, @code{nil} -otherwise. - -If the third argument, @var{getprv}, is non-@code{nil}, @code{setprv} -does not change the privilege, but returns @code{t} or @code{nil} -indicating whether the privilege is currently enabled. -@end defun - @node User Identification @section User Identification @cindex user identification