diff options
| author | Paul Eggert | 2017-10-03 16:04:30 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-10-03 16:05:05 -0700 |
| commit | fdbaebde08f4e53e3fc06fae99398c68a4e285fb (patch) | |
| tree | 2d1ca72b3081d526e25d9cd0066f73ee01fbc505 | |
| parent | b5c965dbd8eef12e8e7c79e59d2fa58c2b8d60d7 (diff) | |
| download | emacs-fdbaebde08f4e53e3fc06fae99398c68a4e285fb.tar.gz emacs-fdbaebde08f4e53e3fc06fae99398c68a4e285fb.zip | |
; Spelling fixes
| -rw-r--r-- | lisp/progmodes/flymake.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index c1a15bf9242..0b28dc31cfc 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | ;; | 36 | ;; |
| 37 | ;; The main entry points are `flymake-mode' and `flymake-start' | 37 | ;; The main entry points are `flymake-mode' and `flymake-start' |
| 38 | ;; | 38 | ;; |
| 39 | ;; The docstrings of these variabless are relevant to understanding how | 39 | ;; The docstrings of these variables are relevant to understanding how |
| 40 | ;; Flymake works for both the user and the backend programmer: | 40 | ;; Flymake works for both the user and the backend programmer: |
| 41 | ;; | 41 | ;; |
| 42 | ;; * `flymake-diagnostic-functions' | 42 | ;; * `flymake-diagnostic-functions' |
| @@ -370,8 +370,8 @@ Currently accepted values for REPORT-ACTION are: | |||
| 370 | functions should first cancel any ongoing processing from | 370 | functions should first cancel any ongoing processing from |
| 371 | previous calls. | 371 | previous calls. |
| 372 | 372 | ||
| 373 | * The symbol `:panic', signalling that the backend has | 373 | * The symbol `:panic', signaling that the backend has encountered |
| 374 | encountered an exceptional situation and should be disabled. | 374 | an exceptional situation and should be disabled. |
| 375 | 375 | ||
| 376 | Currently accepted REPORT-KEY arguments are: | 376 | Currently accepted REPORT-KEY arguments are: |
| 377 | 377 | ||
| @@ -401,7 +401,7 @@ the diagnostics of each type. The recognized properties are: | |||
| 401 | * `bitmap', an image displayed in the fringe according to | 401 | * `bitmap', an image displayed in the fringe according to |
| 402 | `flymake-fringe-indicator-position'. The value actually | 402 | `flymake-fringe-indicator-position'. The value actually |
| 403 | follows the syntax of `flymake-error-bitmap' (which see). It | 403 | follows the syntax of `flymake-error-bitmap' (which see). It |
| 404 | is overriden by any `before-string' overlay property. | 404 | is overridden by any `before-string' overlay property. |
| 405 | 405 | ||
| 406 | * `severity', a non-negative integer specifying the diagnostic's | 406 | * `severity', a non-negative integer specifying the diagnostic's |
| 407 | severity. The higher, the more serious. If the overlay | 407 | severity. The higher, the more serious. If the overlay |
| @@ -501,7 +501,7 @@ associated `flymake-category' return DEFAULT." | |||
| 501 | "\n"))) | 501 | "\n"))) |
| 502 | (default-maybe 'severity (warning-numeric-level :error)) | 502 | (default-maybe 'severity (warning-numeric-level :error)) |
| 503 | (default-maybe 'priority (+ 100 (overlay-get ov 'severity)))) | 503 | (default-maybe 'priority (+ 100 (overlay-get ov 'severity)))) |
| 504 | ;; Some properties can't be overriden | 504 | ;; Some properties can't be overridden. |
| 505 | ;; | 505 | ;; |
| 506 | (overlay-put ov 'evaporate t) | 506 | (overlay-put ov 'evaporate t) |
| 507 | (overlay-put ov 'flymake t) | 507 | (overlay-put ov 'flymake t) |