]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix docstring of flymake-make-diagnostic (bug#40351)
authorJoão Távora <joaotavora@gmail.com>
Tue, 12 May 2020 18:33:19 +0000 (19:33 +0100)
committerJoão Távora <joaotavora@gmail.com>
Tue, 12 May 2020 18:34:31 +0000 (19:34 +0100)
* lisp/progmodes/flymake.el (flymake-make-diagnostic): Fix docstring

lisp/progmodes/flymake.el

index 7fca9dac1af25c8525bfb4423d80db2d090bb8cc..1ed733b7e374178297e07c90d04ed399a3828383 100644 (file)
@@ -313,9 +313,10 @@ generated it."
                                 &optional data
                                 overlay-properties)
   "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
-detected in this region.  DATA is any object that the caller
-wishes to attach to the created diagnostic for later retrieval.
+TYPE is a diagnostic symbol and TEXT is string describing the
+problem detected in this region.  DATA is any object that the
+caller wishes to attach to the created diagnostic for later
+retrieval.
 
 OVERLAY-PROPERTIES is an alist of properties attached to the
 created diagnostic, overriding the default properties and any