mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-16 08:50:08 +00:00
Fix docstring of flymake-make-diagnostic (bug#40351)
* lisp/progmodes/flymake.el (flymake-make-diagnostic): Fix docstring
This commit is contained in:
parent
632aa9d57a
commit
3d81995692
1 changed files with 4 additions and 3 deletions
|
@ -313,9 +313,10 @@ generated it."
|
||||||
&optional data
|
&optional data
|
||||||
overlay-properties)
|
overlay-properties)
|
||||||
"Make a Flymake diagnostic for BUFFER's region from BEG to END.
|
"Make a Flymake diagnostic for BUFFER's region from BEG to END.
|
||||||
TYPE is a key to symbol and TEXT is a description of the problem
|
TYPE is a diagnostic symbol and TEXT is string describing the
|
||||||
detected in this region. DATA is any object that the caller
|
problem detected in this region. DATA is any object that the
|
||||||
wishes to attach to the created diagnostic for later retrieval.
|
caller wishes to attach to the created diagnostic for later
|
||||||
|
retrieval.
|
||||||
|
|
||||||
OVERLAY-PROPERTIES is an alist of properties attached to the
|
OVERLAY-PROPERTIES is an alist of properties attached to the
|
||||||
created diagnostic, overriding the default properties and any
|
created diagnostic, overriding the default properties and any
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue