aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-02-16 22:05:10 +0000
committerRichard M. Stallman2004-02-16 22:05:10 +0000
commit42cd56a641358e08bd22f4bc4f91ec3f0a123f80 (patch)
tree6af9b898bbc52eac081f42c98f63430ea2955608
parentd366d62b96a0d440386407c741e42cfc00946051 (diff)
downloademacs-42cd56a641358e08bd22f4bc4f91ec3f0a123f80.tar.gz
emacs-42cd56a641358e08bd22f4bc4f91ec3f0a123f80.zip
Adjust xref.
-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