diff options
| author | Matthew White | 2021-07-11 00:49:12 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-07-11 00:49:12 +0200 |
| commit | 0897ade8f90e492b9506ec58fe872722d90b8148 (patch) | |
| tree | 49493c4224567b4d291399c072ea43b73f9764dc /src/buffer.c | |
| parent | b7a495f8d032e7c60f490a4a822f854707f02275 (diff) | |
| download | emacs-0897ade8f90e492b9506ec58fe872722d90b8148.tar.gz emacs-0897ade8f90e492b9506ec58fe872722d90b8148.zip | |
* src/buffer.c (kill-buffer): Fix a typo.
* src/buffer.c (Fkill_buffer): Fix typo in comment.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index bbb0edd792c..02ca23eb2dd 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1757,7 +1757,7 @@ cleaning up all windows currently displaying the buffer to be killed. */) | |||
| 1757 | if (thread_check_current_buffer (b)) | 1757 | if (thread_check_current_buffer (b)) |
| 1758 | return Qnil; | 1758 | return Qnil; |
| 1759 | 1759 | ||
| 1760 | /* Run hooks with the buffer to be killed the current buffer. */ | 1760 | /* Run hooks with the buffer to be killed as the current buffer. */ |
| 1761 | { | 1761 | { |
| 1762 | ptrdiff_t count = SPECPDL_INDEX (); | 1762 | ptrdiff_t count = SPECPDL_INDEX (); |
| 1763 | 1763 | ||