emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 8f3091defb: ; Fix typo in buffer.h


From: Stefan Kangas
Subject: emacs-29 8f3091defb: ; Fix typo in buffer.h
Date: Sat, 11 Feb 2023 21:46:39 -0500 (EST)

branch: emacs-29
commit 8f3091defb3ec4396ccea563f67c005044b822ca
Author: Daniel Martín <mardani29@yahoo.es>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix typo in buffer.h
---
 src/buffer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/buffer.h b/src/buffer.h
index 23340b4c0e..c0e38ce965 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -690,7 +690,7 @@ struct buffer
      display optimizations must be used.  */
   bool_bf long_line_optimizations_p : 1;
 
-  /* The inveral tree containing this buffer's overlays. */
+  /* The interval tree containing this buffer's overlays. */
   struct itree_tree *overlays;
 
   /* Changes in the buffer are recorded here for undo, and t means



reply via email to

[Prev in Thread] Current Thread [Next in Thread]