aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/buffers.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/buffers.texi b/lispref/buffers.texi
index 9cd9aa05fbb..4ca375a5c26 100644
--- a/lispref/buffers.texi
+++ b/lispref/buffers.texi
@@ -678,7 +678,7 @@ proper value, @code{t} or @code{nil}.
678 678
679@defun barf-if-buffer-read-only 679@defun barf-if-buffer-read-only
680This function signals a @code{buffer-read-only} error if the current 680This function signals a @code{buffer-read-only} error if the current
681buffer is read-only. @xref{Interactive Call}, for another way to 681buffer is read-only. @xref{Using Interactive}, for another way to
682signal an error if the current buffer is read-only. 682signal an error if the current buffer is read-only.
683@end defun 683@end defun
684 684