]> code.delx.au - gnu-emacs/commitdiff
* doc/lispref/files.texi: Fix xref typo.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Jan 2015 08:50:35 +0000 (00:50 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Jan 2015 08:50:56 +0000 (00:50 -0800)
doc/lispref/files.texi

index c8500d2f412fd249bdb6a46766a4c1ab08cd916d..2739e3e509de970bb9bbf664c3b36923f549fd4c 100644 (file)
@@ -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