From de6de4d2dafeb454c9dc506a253a46630436b2f8 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Tue, 9 Apr 2024 22:40:14 +0300 Subject: [PATCH] ; Minor copy edits (cherry picked from commit 73bd48de3cf45de02c0f1caf5bd5196f4d4b08f5) --- lisp/progmodes/perl-mode.el | 2 +- lisp/progmodes/python.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index f6c4dbed1e2..68685fb6625 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el @@ -656,7 +656,7 @@ create a new comment." ;;; Flymake support (defcustom perl-flymake-command '("perl" "-w" "-c") "External tool used to check Perl source code. -This is a non empty list of strings, the checker tool possibly +This is a non-empty list of strings: the checker tool possibly followed by required arguments. Once launched it will receive the Perl source to be checked as its standard input." :version "26.1" diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 8279617b6e7..85279d3e84b 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -6610,7 +6610,7 @@ returned as is." (defcustom python-flymake-command '("pyflakes") "The external tool that will be used to perform the syntax check. -This is a non empty list of strings, the checker tool possibly followed by +This is a non-empty list of strings: the checker tool possibly followed by required arguments. Once launched it will receive the Python source to be checked as its standard input. To use `flake8' you would set this to (\"flake8\" \"-\"). -- 2.39.5