diff options
| author | Stefan Kangas | 2020-09-21 15:03:57 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-09-21 15:04:55 +0200 |
| commit | bf4accb65e71997c082a23cf492563243b1f4c34 (patch) | |
| tree | 1fa1d483e1871e70a99c365f0c1928caf273b2ad /doc/misc/flymake.texi | |
| parent | 02a31c9632693b882e46b6dbdd2653297bbfdead (diff) | |
| download | emacs-bf4accb65e71997c082a23cf492563243b1f4c34.tar.gz emacs-bf4accb65e71997c082a23cf492563243b1f4c34.zip | |
; Fix some trivial typos
Diffstat (limited to 'doc/misc/flymake.texi')
| -rw-r--r-- | doc/misc/flymake.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index 19dcb19de74..c7bf99c6413 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi | |||
| @@ -465,7 +465,7 @@ string containing the text contained between those positions (if any), | |||
| 465 | after the change was performed. | 465 | after the change was performed. |
| 466 | 466 | ||
| 467 | @item @code{:changes-start} and @code{:changes-end} | 467 | @item @code{:changes-start} and @code{:changes-end} |
| 468 | The value is, repectively, the minimum and maximum buffer positions | 468 | The value is, respectively, the minimum and maximum buffer positions |
| 469 | touched by the recent changes. These are provided for convenience and | 469 | touched by the recent changes. These are provided for convenience and |
| 470 | only if @code{:recent-changes} is also provided. | 470 | only if @code{:recent-changes} is also provided. |
| 471 | 471 | ||