summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-12-06 21:51:37 +0100
committerStefan Kangas <stefan@marxist.se>2021-12-06 22:19:58 +0100
commite637afce45e9a982e284d344a35b523d74d88010 (patch)
tree918727e1a3b7febd19433cfa3c1fa0b0c0b04175 /test
parent79335aa1857f85fd0ce7557200361bcba7af8466 (diff)
downloademacs-e637afce45e9a982e284d344a35b523d74d88010.tar.gz
Remove spurious space in byte-compiler warning
* lisp/emacs-lisp/bytecomp.el (byte-compile-docstring-length-warn): Remove spurious space in byte-compiler warning. * test/lisp/emacs-lisp/bytecomp-tests.el ("warn-wide-docstring-defun.el"): Update test.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/emacs-lisp/bytecomp-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/emacs-lisp/bytecomp-tests.el b/test/lisp/emacs-lisp/bytecomp-tests.el
index 468b9b32f74..7e51f820b70 100644
--- a/test/lisp/emacs-lisp/bytecomp-tests.el
+++ b/test/lisp/emacs-lisp/bytecomp-tests.el
@@ -979,7 +979,7 @@ byte-compiled. Run with dynamic binding."
(bytecomp--define-warning-file-test
"warn-wide-docstring-defun.el"
- "wider than .* characters")
+ "Warning: docstring wider than .* characters")
(bytecomp--define-warning-file-test
"warn-wide-docstring-defvar.el"