aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-04-01 23:06:21 +0000
committerRichard M. Stallman2002-04-01 23:06:21 +0000
commitd41d5dd4a2df300a59d575799dc0d49042d6ef53 (patch)
tree040bbda067ef223772b7488f41582b1058bfbf69
parenteca274b1dd37301bfa8a525744d980a8f04ce5a1 (diff)
downloademacs-d41d5dd4a2df300a59d575799dc0d49042d6ef53.tar.gz
emacs-d41d5dd4a2df300a59d575799dc0d49042d6ef53.zip
Don't use @samp in an anchor.
Minor cleanup.
-rw-r--r--man/files.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/files.texi b/man/files.texi
index 1472b49c432..621972a9219 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -104,7 +104,7 @@ first slash in the double slash; the result is @samp{/x1/rms/foo}.
104@cindex environment variables in file names 104@cindex environment variables in file names
105@cindex expansion of environment variables 105@cindex expansion of environment variables
106@cindex @code{$} in file names 106@cindex @code{$} in file names
107@anchor{File Names with @samp{$}} 107@anchor{File Names with $}
108 @samp{$} in a file name is used to substitute environment variables. 108 @samp{$} in a file name is used to substitute environment variables.
109For example, if you have used the shell command @command{export 109For example, if you have used the shell command @command{export
110FOO=rms/hacks} to set up an environment variable named @env{FOO}, then 110FOO=rms/hacks} to set up an environment variable named @env{FOO}, then
@@ -1048,12 +1048,12 @@ this---saving them---updates the files themselves.
1048 1048
1049@vindex auto-save-list-file-prefix 1049@vindex auto-save-list-file-prefix
1050 Emacs records interrupted sessions for later recovery in files named 1050 Emacs records interrupted sessions for later recovery in files named
1051@file{~/.emacs.d/auto-save-list/.saves-@var{pid}-@var{hostname}}. The 1051@file{~/.emacs.d/auto-save-list/.saves-@var{pid}-@var{hostname}}. All
1052@samp{~/.emacs.d/auto-save-list/.saves-} portion of these names comes 1052of this name except @file{@var{pid}-@var{hostname}} comes from the
1053from the value of @code{auto-save-list-file-prefix}. You can record 1053value of @code{auto-save-list-file-prefix}. You can record sessions
1054sessions in a different place by customizing that variable. If you 1054in a different place by customizing that variable. If you set
1055set @code{auto-save-list-file-prefix} to @code{nil} in your 1055@code{auto-save-list-file-prefix} to @code{nil} in your @file{.emacs}
1056@file{.emacs} file, sessions are not recorded for recovery. 1056file, sessions are not recorded for recovery.
1057 1057
1058@node File Aliases 1058@node File Aliases
1059@section File Name Aliases 1059@section File Name Aliases
@@ -3037,7 +3037,7 @@ refers to a file whose name is @file{~hack} in directory @file{/tmp}.
3037 Quoting with @samp{/:} is also a way to enter in the minibuffer a 3037 Quoting with @samp{/:} is also a way to enter in the minibuffer a
3038file name that contains @samp{$}. In order for this to work, the 3038file name that contains @samp{$}. In order for this to work, the
3039@samp{/:} must be at the beginning of the minibuffer contents. (You 3039@samp{/:} must be at the beginning of the minibuffer contents. (You
3040can also double each @samp{$}; see @ref{File Names with @samp{$}}.) 3040can also double each @samp{$}; see @ref{File Names with $}.)
3041 3041
3042 You can also quote wildcard characters with @samp{/:}, for visiting. 3042 You can also quote wildcard characters with @samp{/:}, for visiting.
3043For example, @file{/:/tmp/foo*bar} visits the file 3043For example, @file{/:/tmp/foo*bar} visits the file