diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-07-19 19:46:43 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-07-19 19:46:43 +0300 |
commit | 0c48469ac11ea0120d050b79072a6dcb1798d2e0 (patch) | |
tree | e2efaf63c78bdd3ebc52a33b6a94f4698d447d40 /doc/lispref/buffers.texi | |
parent | 072512414efa80a680d9380ad8b7c9d1e2a1c1a6 (diff) | |
download | emacs-0c48469ac11ea0120d050b79072a6dcb1798d2e0.tar.gz emacs-0c48469ac11ea0120d050b79072a6dcb1798d2e0.tar.bz2 emacs-0c48469ac11ea0120d050b79072a6dcb1798d2e0.zip |
Fix typos in a recent change
* src/buffer.c (Fmake_indirect_buffer): Fix a typo in a recent
change.
* doc/lispref/buffers.texi (Indirect Buffers): Fix punctuation.
Diffstat (limited to 'doc/lispref/buffers.texi')
-rw-r--r-- | doc/lispref/buffers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi index 02bbc67c5d1..55e9d00d8bf 100644 --- a/doc/lispref/buffers.texi +++ b/doc/lispref/buffers.texi @@ -1200,7 +1200,7 @@ the base for the new buffer. If, in addition, @var{clone} is non-@code{nil}, the initial state is copied from the actual base buffer, not from @var{base-buffer}. -@xref{Creating Buffers} for the meaning of @var{inhibit-buffer-hooks}. +@xref{Creating Buffers}, for the meaning of @var{inhibit-buffer-hooks}. @end deffn @deffn Command clone-indirect-buffer newname display-flag &optional norecord |