changeset 44327:1e166973cd8b

Don't use @samp in an anchor. Minor cleanup.
author Richard M. Stallman <rms@gnu.org>
date Mon, 01 Apr 2002 23:06:21 +0000
parents c69907b4eb03
children ed296e71aa64
files man/files.texi
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/man/files.texi	Mon Apr 01 23:05:54 2002 +0000
+++ b/man/files.texi	Mon Apr 01 23:06:21 2002 +0000
@@ -104,7 +104,7 @@
 @cindex environment variables in file names
 @cindex expansion of environment variables
 @cindex @code{$} in file names
-@anchor{File Names with @samp{$}}
+@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,12 +1048,12 @@
 
 @vindex auto-save-list-file-prefix
   Emacs records interrupted sessions for later recovery in files named
-@file{~/.emacs.d/auto-save-list/.saves-@var{pid}-@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.
+@file{~/.emacs.d/auto-save-list/.saves-@var{pid}-@var{hostname}}.  All
+of this name except @file{@var{pid}-@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,7 +3037,7 @@
   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{$}}.)
+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