diff options
| author | Richard M. Stallman | 2004-02-16 22:05:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-02-16 22:05:10 +0000 |
| commit | 42cd56a641358e08bd22f4bc4f91ec3f0a123f80 (patch) | |
| tree | 6af9b898bbc52eac081f42c98f63430ea2955608 | |
| parent | d366d62b96a0d440386407c741e42cfc00946051 (diff) | |
| download | emacs-42cd56a641358e08bd22f4bc4f91ec3f0a123f80.tar.gz emacs-42cd56a641358e08bd22f4bc4f91ec3f0a123f80.zip | |
Adjust xref.
| -rw-r--r-- | lispref/buffers.texi | 2 |
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 |
| 680 | This function signals a @code{buffer-read-only} error if the current | 680 | This function signals a @code{buffer-read-only} error if the current |
| 681 | buffer is read-only. @xref{Interactive Call}, for another way to | 681 | buffer is read-only. @xref{Using Interactive}, for another way to |
| 682 | signal an error if the current buffer is read-only. | 682 | signal an error if the current buffer is read-only. |
| 683 | @end defun | 683 | @end defun |
| 684 | 684 | ||