emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/files.texi
Date: Mon, 01 Apr 2002 18:06:21 -0500

Index: emacs/man/files.texi
diff -c emacs/man/files.texi:1.66 emacs/man/files.texi:1.67
*** emacs/man/files.texi:1.66   Sun Mar 24 19:44:19 2002
--- emacs/man/files.texi        Mon Apr  1 18:06:21 2002
***************
*** 104,110 ****
  @cindex environment variables in file names
  @cindex expansion of environment variables
  @cindex @code{$} in file names
! @anchor{File Names with @samp{$}}
    @samp{$} in a file name is used to substitute environment variables.
  For example, if you have used the shell command @command{export
  FOO=rms/hacks} to set up an environment variable named @env{FOO}, then
--- 104,110 ----
  @cindex environment variables in file names
  @cindex expansion of environment variables
  @cindex @code{$} in file names
! @anchor{File Names with $}
    @samp{$} in a file name is used to substitute environment variables.
  For example, if you have used the shell command @command{export
  FOO=rms/hacks} to set up an environment variable named @env{FOO}, then
***************
*** 1048,1059 ****
  
  @vindex auto-save-list-file-prefix
    Emacs records interrupted sessions for later recovery in files named
! @file{~/.emacs.d/auto-save-list/address@hidden@var{hostname}}.  The
! @samp{~/.emacs.d/auto-save-list/.saves-} portion of these names comes
! from the value of @code{auto-save-list-file-prefix}.  You can record
! sessions in a different place by customizing that variable.  If you
! set @code{auto-save-list-file-prefix} to @code{nil} in your
! @file{.emacs} file, sessions are not recorded for recovery.
  
  @node File Aliases
  @section File Name Aliases
--- 1048,1059 ----
  
  @vindex auto-save-list-file-prefix
    Emacs records interrupted sessions for later recovery in files named
! @file{~/.emacs.d/auto-save-list/address@hidden@var{hostname}}.  All
! of this name except @address@hidden@var{hostname}} comes from the
! value of @code{auto-save-list-file-prefix}.  You can record sessions
! in a different place by customizing that variable.  If you set
! @code{auto-save-list-file-prefix} to @code{nil} in your @file{.emacs}
! file, sessions are not recorded for recovery.
  
  @node File Aliases
  @section File Name Aliases
***************
*** 3037,3043 ****
    Quoting with @samp{/:} is also a way to enter in the minibuffer a
  file name that contains @samp{$}.  In order for this to work, the
  @samp{/:} must be at the beginning of the minibuffer contents.  (You
! can also double each @samp{$}; see @ref{File Names with @samp{$}}.)
  
    You can also quote wildcard characters with @samp{/:}, for visiting.
  For example, @file{/:/tmp/foo*bar} visits the file
--- 3037,3043 ----
    Quoting with @samp{/:} is also a way to enter in the minibuffer a
  file name that contains @samp{$}.  In order for this to work, the
  @samp{/:} must be at the beginning of the minibuffer contents.  (You
! can also double each @samp{$}; see @ref{File Names with $}.)
  
    You can also quote wildcard characters with @samp{/:}, for visiting.
  For example, @file{/:/tmp/foo*bar} visits the file



reply via email to

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