emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 73bd48de3cf 2/2: ; Minor copy edits


From: Dmitry Gutov
Subject: master 73bd48de3cf 2/2: ; Minor copy edits
Date: Tue, 9 Apr 2024 15:41:13 -0400 (EDT)

branch: master
commit 73bd48de3cf45de02c0f1caf5bd5196f4d4b08f5
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>

    ; Minor copy edits
---
 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\" \"-\").



reply via email to

[Prev in Thread] Current Thread [Next in Thread]