diff options
| author | Luc Teirlinck | 2006-02-02 05:38:54 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2006-02-02 05:38:54 +0000 |
| commit | efa023ddcff786ccc7d8444c20f61b1e1a109dfc (patch) | |
| tree | e96f98f99a4ff342112047f283b2350340075db3 | |
| parent | 7b0df362ea7c51eaec68da874c0497644f1f952d (diff) | |
| download | emacs-efa023ddcff786ccc7d8444c20f61b1e1a109dfc.tar.gz emacs-efa023ddcff786ccc7d8444c20f61b1e1a109dfc.zip | |
(File Names): Fix @xref.
(Reverting): Fix typo.
| -rw-r--r-- | man/files.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/files.texi b/man/files.texi index b2720ae0438..6edf938261a 100644 --- a/man/files.texi +++ b/man/files.texi | |||
| @@ -143,7 +143,7 @@ file names read as such using the minibuffer. | |||
| 143 | 143 | ||
| 144 | You can include non-@acronym{ASCII} characters in file names if you set the | 144 | You can include non-@acronym{ASCII} characters in file names if you set the |
| 145 | variable @code{file-name-coding-system} to a non-@code{nil} value. | 145 | variable @code{file-name-coding-system} to a non-@code{nil} value. |
| 146 | @xref{Specify Coding}. | 146 | @xref{File Name Coding}. |
| 147 | 147 | ||
| 148 | @node Visiting | 148 | @node Visiting |
| 149 | @section Visiting Files | 149 | @section Visiting Files |
| @@ -962,7 +962,7 @@ continuously displayed. To do this, just move the point to the end of | |||
| 962 | the buffer, and it will stay there as the file contents change. | 962 | the buffer, and it will stay there as the file contents change. |
| 963 | However, if you are sure that the file will only change by growing at | 963 | However, if you are sure that the file will only change by growing at |
| 964 | the end, use Auto-Revert Tail mode instead | 964 | the end, use Auto-Revert Tail mode instead |
| 965 | (@vcode{auto-revert-tail-mode}). It is more efficient for this. | 965 | (@code{auto-revert-tail-mode}). It is more efficient for this. |
| 966 | 966 | ||
| 967 | @vindex auto-revert-interval | 967 | @vindex auto-revert-interval |
| 968 | The variable @code{auto-revert-interval} controls how often to check | 968 | The variable @code{auto-revert-interval} controls how often to check |