aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorPaul Eggert2024-06-04 22:13:47 -0700
committerPaul Eggert2024-06-04 22:16:28 -0700
commit3dcac22dd4225fdec0b97408da38f74de2a77bef (patch)
treec79a8563efbed67aae0bba5d46b628c1e8a5b69b /doc/lispref
parent636461686f1d36388d4523cbb10eb7ec3bbbd63e (diff)
downloademacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.tar.gz
emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.zip
Spelling fixes
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/commands.texi2
-rw-r--r--doc/lispref/parsing.texi2
-rw-r--r--doc/lispref/peg.texi2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 3425281febd..a9da6c75367 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -2354,7 +2354,7 @@ window within a frame can also switch the selected window. @xref{Mouse
2354Window Auto-selection}, which describes the behavior for different 2354Window Auto-selection}, which describes the behavior for different
2355values. When the mouse is moved over a new window, a focus event for 2355values. When the mouse is moved over a new window, a focus event for
2356switching windows is generated. Focus events for windows are 2356switching windows is generated. Focus events for windows are
2357reperesented in Lisp as lists that look like this: 2357represented in Lisp as lists that look like this:
2358 2358
2359@example 2359@example
2360(select-window @var{new-window}) 2360(select-window @var{new-window})
diff --git a/doc/lispref/parsing.texi b/doc/lispref/parsing.texi
index c8c2fe80c03..1e91100e0d4 100644
--- a/doc/lispref/parsing.texi
+++ b/doc/lispref/parsing.texi
@@ -1582,7 +1582,7 @@ Here's an example @var{treesit-thing-settings} for C and C++:
1582@end example 1582@end example
1583 1583
1584@noindent 1584@noindent
1585Note that this example is modified for didactical purposes, and isn't 1585Note that this example is modified for didactic purposes, and isn't
1586exactly how C and C@t{++} modes define things. 1586exactly how C and C@t{++} modes define things.
1587@end defvar 1587@end defvar
1588 1588
diff --git a/doc/lispref/peg.texi b/doc/lispref/peg.texi
index b85d0de048d..e496e1cf817 100644
--- a/doc/lispref/peg.texi
+++ b/doc/lispref/peg.texi
@@ -14,7 +14,7 @@ from regular expressions (@pxref{Regular Expressions}) to full
14left-to-right (a.k.a.@: @acronym{LL}) grammar parsers (@pxref{Top,, 14left-to-right (a.k.a.@: @acronym{LL}) grammar parsers (@pxref{Top,,
15Bovine parser development,bovine}). @dfn{Parsing Expression Grammars} 15Bovine parser development,bovine}). @dfn{Parsing Expression Grammars}
16(@acronym{PEG}) are another approach to text parsing that offer more 16(@acronym{PEG}) are another approach to text parsing that offer more
17structure and composibility than regular expressions, but less 17structure and composability than regular expressions, but less
18complexity than context-free grammars. 18complexity than context-free grammars.
19 19
20A Parsing Expression Grammar (@acronym{PEG}) describes a formal language 20A Parsing Expression Grammar (@acronym{PEG}) describes a formal language