summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-01-04 00:50:35 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2015-01-04 00:50:56 -0800
commit1ac42bca8886267dac029a2f19df1a43313e0d95 (patch)
treef7672772ff2c4c726de44e411a3f4b3dabd0bc8f
parente82fc62bd46270c50f491c69ca24315c87940004 (diff)
* doc/lispref/files.texi: Fix xref typo.
-rw-r--r--doc/lispref/files.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index c8500d2f41..2739e3e509 100644
--- a/doc/lispref/files.texi
+++ b/doc/lispref/files.texi
@@ -655,7 +655,7 @@ and also calls the functions in the list
Normally, @code{write-region} displays the message @samp{Wrote
@var{filename}} in the echo area. This message is inhibited if
@var{visit} is neither @code{t} nor @code{nil} nor a string, or if
-Emacs is operating in batch mode (@pxref{Batch mode}). This
+Emacs is operating in batch mode (@pxref{Batch Mode}). This
feature is useful for programs that use files for internal purposes,
files that the user does not need to know about.
@end deffn