summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-02-12 07:47:09 +0100
committerStefan Kangas <stefankangas@gmail.com>2023-02-12 07:47:17 +0100
commit048a2dabfc4aab33d9097bce2971839e051f9d0d (patch)
tree15766e3b296f688e4bf2281693c37aaa51986737
parent8f3091defb3ec4396ccea563f67c005044b822ca (diff)
downloademacs-048a2dabfc4.tar.gz
; Fix typo
-rw-r--r--doc/lispref/internals.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi
index e1a4613875c..6a8aaf8ebaf 100644
--- a/doc/lispref/internals.texi
+++ b/doc/lispref/internals.texi
@@ -2550,7 +2550,7 @@ variable names have underscores replaced with dashes. For instance,
@code{mode_line_format} stores the value of @code{mode-line-format}.
@item overlays
-The inveral tree containing this buffer's overlays.
+The interval tree containing this buffer's overlays.
@item last_selected_window
This is the last window that was selected with this buffer in it, or @code{nil}