summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2023-04-14 14:36:29 +0200
committerMichael Albinus <michael.albinus@gmx.de>2023-04-14 14:36:29 +0200
commita6a127d4d4a81798c5cc35a1723f29e7812cbdf3 (patch)
tree542feafa0e87cae23b7762f044cef68c9640be9b /lisp
parentf14a3cafb48268eaf9331e908f7512c01d431849 (diff)
downloademacs-a6a127d4d4a81798c5cc35a1723f29e7812cbdf3.tar.gz
; Fix typos
* etc/NEWS: Fix typos. * lisp/progmodes/flymake.el (flymake-error-echo) (flymake-warning-echo, flymake-note-echo) (flymake-show-diagnostics-at-end-of-line): Fix :package-version.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/flymake.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index f2fe97cb773..ac408145696 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -434,22 +434,22 @@ verify FILTER, a function, and sort them by COMPARE (using KEY)."
(defface flymake-error-echo
'((t :inherit compilation-error))
"Face used for showing summarized descriptions of errors."
- :package-version '("Flymake" . "1.3.4"))
+ :package-version '(Flymake . "1.3.4"))
(defface flymake-warning-echo
'((t :inherit compilation-warning))
"Face used for showing summarized descriptions of warnings."
- :package-version '("Flymake" . "1.3.4"))
+ :package-version '(Flymake . "1.3.4"))
(defface flymake-note-echo
'((t :inherit flymake-note))
"Face used for showing summarized descriptions of notes."
- :package-version '("Flymake" . "1.3.4"))
+ :package-version '(Flymake . "1.3.4"))
(defcustom flymake-show-diagnostics-at-end-of-line nil
"If non-nil, add diagnostic summary messages at end-of-line."
:type 'boolean
- :package-version '("Flymake" . "1.3.4"))
+ :package-version '(Flymake . "1.3.4"))
(define-obsolete-face-alias 'flymake-warnline 'flymake-warning "26.1")
(define-obsolete-face-alias 'flymake-errline 'flymake-error "26.1")