aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2015-01-04 00:50:35 -0800
committerPaul Eggert2015-01-04 00:50:56 -0800
commit1ac42bca8886267dac029a2f19df1a43313e0d95 (patch)
treef7672772ff2c4c726de44e411a3f4b3dabd0bc8f /doc
parente82fc62bd46270c50f491c69ca24315c87940004 (diff)
downloademacs-1ac42bca8886267dac029a2f19df1a43313e0d95.tar.gz
emacs-1ac42bca8886267dac029a2f19df1a43313e0d95.zip
* doc/lispref/files.texi: Fix xref typo.
Diffstat (limited to 'doc')
-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 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
655Normally, @code{write-region} displays the message @samp{Wrote 655Normally, @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
658Emacs is operating in batch mode (@pxref{Batch mode}). This 658Emacs is operating in batch mode (@pxref{Batch Mode}). This
659feature is useful for programs that use files for internal purposes, 659feature is useful for programs that use files for internal purposes,
660files that the user does not need to know about. 660files that the user does not need to know about.
661@end deffn 661@end deffn