emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/cmdargs.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/cmdargs.texi
Date: Sun, 07 Jul 2002 06:56:30 -0400

Index: emacs/man/cmdargs.texi
diff -c emacs/man/cmdargs.texi:1.65 emacs/man/cmdargs.texi:1.66
*** emacs/man/cmdargs.texi:1.65 Thu Jun 20 16:44:02 2002
--- emacs/man/cmdargs.texi      Sun Jul  7 06:56:04 2002
***************
*** 335,344 ****
  @findex getenv
    Inside Emacs, the command @kbd{M-x getenv} gets the value of an
  environment variable.  @kbd{M-x setenv} sets a variable in the Emacs
! environment.  The way to set environment variables outside of Emacs
! depends on the operating system, and especially the shell that you are
! using.  For example, here's how to set the environment variable
! @env{ORGANIZATION} to @samp{not very much} using Bash:
  
  @example
  export ORGANIZATION="not very much"
--- 335,347 ----
  @findex getenv
    Inside Emacs, the command @kbd{M-x getenv} gets the value of an
  environment variable.  @kbd{M-x setenv} sets a variable in the Emacs
! environment.  (Environment variable substitutions with @samp{$} work
! in the value just as in file names; see @ref{File Names with $}.)
! 
!   The way to set environment variables outside of Emacs depends on the
! operating system, and especially the shell that you are using.  For
! example, here's how to set the environment variable @env{ORGANIZATION}
! to @samp{not very much} using Bash:
  
  @example
  export ORGANIZATION="not very much"
***************
*** 351,359 ****
  setenv ORGANIZATION "not very much"
  @end example
  
!   When Emacs uses the X Window System, it inherits the use
! of a large number of environment variables from the X libraries.  See
! the X documentation for more information.
  
  @menu
  * General Variables::   Environment variables that all versions of Emacs use.
--- 354,362 ----
  setenv ORGANIZATION "not very much"
  @end example
  
!   When Emacs is using the X Window System, various environment
! variables that control X work for Emacs as well.  See the X
! documentation for more information.
  
  @menu
  * General Variables::   Environment variables that all versions of Emacs use.
***************
*** 898,906 ****
  @table @samp
  @item -g 
@address@hidden@address@hidden@address@hidden@address@hidden@address@hidden@address@hidden@r{]]}
  @opindex -g
! Specify window size @var{width} and @var{height} (measured in character
  columns and lines), and positions @var{xoffset} and @var{yoffset}
! (measured in pixels).
  
  @item 
address@hidden@address@hidden@address@hidden@address@hidden@address@hidden@address@hidden@address@hidden
  @opindex --geometry
--- 901,909 ----
  @table @samp
  @item -g 
@address@hidden@address@hidden@address@hidden@address@hidden@address@hidden@address@hidden@r{]]}
  @opindex -g
! Specify the size @var{width} and @var{height} (measured in character
  columns and lines), and positions @var{xoffset} and @var{yoffset}
! (measured in pixels).  This applies to all frames.
  
  @item 
address@hidden@address@hidden@address@hidden@address@hidden@address@hidden@address@hidden@address@hidden
  @opindex --geometry



reply via email to

[Prev in Thread] Current Thread [Next in Thread]