diff options
| author | Paul Eggert | 2024-06-04 22:13:47 -0700 |
|---|---|---|
| committer | Paul Eggert | 2024-06-04 22:16:28 -0700 |
| commit | 3dcac22dd4225fdec0b97408da38f74de2a77bef (patch) | |
| tree | c79a8563efbed67aae0bba5d46b628c1e8a5b69b /doc/lispref | |
| parent | 636461686f1d36388d4523cbb10eb7ec3bbbd63e (diff) | |
| download | emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.tar.gz emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.zip | |
Spelling fixes
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/commands.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/parsing.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/peg.texi | 2 |
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 | |||
| 2354 | Window Auto-selection}, which describes the behavior for different | 2354 | Window Auto-selection}, which describes the behavior for different |
| 2355 | values. When the mouse is moved over a new window, a focus event for | 2355 | values. When the mouse is moved over a new window, a focus event for |
| 2356 | switching windows is generated. Focus events for windows are | 2356 | switching windows is generated. Focus events for windows are |
| 2357 | reperesented in Lisp as lists that look like this: | 2357 | represented 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 |
| 1585 | Note that this example is modified for didactical purposes, and isn't | 1585 | Note that this example is modified for didactic purposes, and isn't |
| 1586 | exactly how C and C@t{++} modes define things. | 1586 | exactly 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 | |||
| 14 | left-to-right (a.k.a.@: @acronym{LL}) grammar parsers (@pxref{Top,, | 14 | left-to-right (a.k.a.@: @acronym{LL}) grammar parsers (@pxref{Top,, |
| 15 | Bovine parser development,bovine}). @dfn{Parsing Expression Grammars} | 15 | Bovine 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 |
| 17 | structure and composibility than regular expressions, but less | 17 | structure and composability than regular expressions, but less |
| 18 | complexity than context-free grammars. | 18 | complexity than context-free grammars. |
| 19 | 19 | ||
| 20 | A Parsing Expression Grammar (@acronym{PEG}) describes a formal language | 20 | A Parsing Expression Grammar (@acronym{PEG}) describes a formal language |