diff options
| author | Richard M. Stallman | 2002-04-01 23:06:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-04-01 23:06:21 +0000 |
| commit | d41d5dd4a2df300a59d575799dc0d49042d6ef53 (patch) | |
| tree | 040bbda067ef223772b7488f41582b1058bfbf69 | |
| parent | eca274b1dd37301bfa8a525744d980a8f04ce5a1 (diff) | |
| download | emacs-d41d5dd4a2df300a59d575799dc0d49042d6ef53.tar.gz emacs-d41d5dd4a2df300a59d575799dc0d49042d6ef53.zip | |
Don't use @samp in an anchor.
Minor cleanup.
| -rw-r--r-- | man/files.texi | 16 |
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. |
| 109 | For example, if you have used the shell command @command{export | 109 | For example, if you have used the shell command @command{export |
| 110 | FOO=rms/hacks} to set up an environment variable named @env{FOO}, then | 110 | FOO=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 | 1052 | of this name except @file{@var{pid}-@var{hostname}} comes from the |
| 1053 | from the value of @code{auto-save-list-file-prefix}. You can record | 1053 | value of @code{auto-save-list-file-prefix}. You can record sessions |
| 1054 | sessions in a different place by customizing that variable. If you | 1054 | in a different place by customizing that variable. If you set |
| 1055 | set @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. | 1056 | file, 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 |
| 3038 | file name that contains @samp{$}. In order for this to work, the | 3038 | file 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 |
| 3040 | can also double each @samp{$}; see @ref{File Names with @samp{$}}.) | 3040 | can 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. |
| 3043 | For example, @file{/:/tmp/foo*bar} visits the file | 3043 | For example, @file{/:/tmp/foo*bar} visits the file |