From 1ac42bca8886267dac029a2f19df1a43313e0d95 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 4 Jan 2015 00:50:35 -0800 Subject: [PATCH] * doc/lispref/files.texi: Fix xref typo. --- doc/lispref/files.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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 -- 2.39.2