diff options
| author | Paul Eggert | 2015-01-04 00:50:35 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-04 00:50:56 -0800 |
| commit | 1ac42bca8886267dac029a2f19df1a43313e0d95 (patch) | |
| tree | f7672772ff2c4c726de44e411a3f4b3dabd0bc8f /doc | |
| parent | e82fc62bd46270c50f491c69ca24315c87940004 (diff) | |
| download | emacs-1ac42bca8886267dac029a2f19df1a43313e0d95.tar.gz emacs-1ac42bca8886267dac029a2f19df1a43313e0d95.zip | |
* doc/lispref/files.texi: Fix xref typo.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/files.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index c8500d2f412..2739e3e509d 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -655,7 +655,7 @@ and also calls the functions in the list | |||
| 655 | Normally, @code{write-region} displays the message @samp{Wrote | 655 | Normally, @code{write-region} displays the message @samp{Wrote |
| 656 | @var{filename}} in the echo area. This message is inhibited if | 656 | @var{filename}} in the echo area. This message is inhibited if |
| 657 | @var{visit} is neither @code{t} nor @code{nil} nor a string, or if | 657 | @var{visit} is neither @code{t} nor @code{nil} nor a string, or if |
| 658 | Emacs is operating in batch mode (@pxref{Batch mode}). This | 658 | Emacs is operating in batch mode (@pxref{Batch Mode}). This |
| 659 | feature is useful for programs that use files for internal purposes, | 659 | feature is useful for programs that use files for internal purposes, |
| 660 | files that the user does not need to know about. | 660 | files that the user does not need to know about. |
| 661 | @end deffn | 661 | @end deffn |