branch: externals/compat commit 066fb61ce64aad502148bedff6b2fd139cf3254b Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
compat-tests: Commentary whitespace --- compat-tests.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/compat-tests.el b/compat-tests.el index a3c1a8509e..fd9a9c30b6 100644 --- a/compat-tests.el +++ b/compat-tests.el @@ -19,18 +19,18 @@ ;; Tests for compatibility functions from compat.el. ;; -;; Note that not all functions have tests yet. Grep the Compat code for -;; <UNTESTED> labels. If you intend to use a function, which doesn't have -;; tests yet, please contribute tests here. NO GUARANTEES ARE MADE FOR +;; Note that not all functions have tests yet. Grep the Compat code for +;; <UNTESTED> labels. If you intend to use a function, which doesn't have +;; tests yet, please contribute tests here. NO GUARANTEES ARE MADE FOR ;; FUNCTIONS WITHOUT TESTS. -;; The tests are written in a simple, explicit style. Please inspect the -;; tests in order to find out the supported calling conventions. In +;; The tests are written in a simple, explicit style. Please inspect the +;; tests in order to find out the supported calling conventions. In ;; particular, note the use of `compat-call' to call functions, where the ;; calling convention or behavior changed between Emacs versions. ;; The functions tested here are guaranteed to work on the Emacs versions -;; tested by continuous integration. This includes 24.4, 24.5, 25.1, 25.2, +;; tested by continuous integration. This includes 24.4, 24.5, 25.1, 25.2, ;; 25.3, 26.1, 26.2, 26.3, 27.1, 27.2, 28.1, 28.2, 29.1 and the current ;; Emacs master branch.