emacs-diffs
[Top][All Lists]
Advanced

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

master 50140585a2: Merge from origin/emacs-29


From: Stefan Kangas
Subject: master 50140585a2: Merge from origin/emacs-29
Date: Sun, 12 Feb 2023 00:45:00 -0500 (EST)

branch: master
commit 50140585a29f132e5e0562142ec223bc8e6870a0
Merge: 08bd066149 8f3091defb
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Merge from origin/emacs-29
    
    8f3091defb3 ; 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 eb32d602ad..e700297a26 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]