diff options
| -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 | ||