aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2017-01-16 19:12:40 +0200
committerEli Zaretskii2017-01-16 19:12:40 +0200
commit5569e644448eb84dce1ca9359ae33901347acac8 (patch)
tree8907a9755d5960c5a3329989fe30803955252411 /src
parent24a5f57ac3206c05e3a3c19837f96327f008c071 (diff)
downloademacs-5569e644448eb84dce1ca9359ae33901347acac8.tar.gz
emacs-5569e644448eb84dce1ca9359ae33901347acac8.zip
; Spelling fixes
* src/buffer.c (delete_all_overlays, Fkill_buffer): Fix typos in comments.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index d54d545cc38..c1c53dd2207 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -874,7 +874,7 @@ drop_overlay (struct buffer *b, struct Lisp_Overlay *ov)
874 874
875} 875}
876 876
877/* Delete all overlays of B and reset it's overlay lists. */ 877/* Delete all overlays of B and reset its overlay lists. */
878 878
879void 879void
880delete_all_overlays (struct buffer *b) 880delete_all_overlays (struct buffer *b)
@@ -1693,7 +1693,7 @@ cleaning up all windows currently displaying the buffer to be killed. */)
1693 if (EQ (buffer, XWINDOW (minibuf_window)->contents)) 1693 if (EQ (buffer, XWINDOW (minibuf_window)->contents))
1694 return Qnil; 1694 return Qnil;
1695 1695
1696 /* When we kill an ordinary buffer which shares it's buffer text 1696 /* When we kill an ordinary buffer which shares its buffer text
1697 with indirect buffer(s), we must kill indirect buffer(s) too. 1697 with indirect buffer(s), we must kill indirect buffer(s) too.
1698 We do it at this stage so nothing terrible happens if they 1698 We do it at this stage so nothing terrible happens if they
1699 ask questions or their hooks get errors. */ 1699 ask questions or their hooks get errors. */