diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-12-06 21:51:37 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-12-06 22:19:58 +0100 |
commit | e637afce45e9a982e284d344a35b523d74d88010 (patch) | |
tree | 918727e1a3b7febd19433cfa3c1fa0b0c0b04175 /test/lisp/emacs-lisp | |
parent | 79335aa1857f85fd0ce7557200361bcba7af8466 (diff) | |
download | emacs-e637afce45e9a982e284d344a35b523d74d88010.tar.gz emacs-e637afce45e9a982e284d344a35b523d74d88010.tar.bz2 emacs-e637afce45e9a982e284d344a35b523d74d88010.zip |
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/lisp/emacs-lisp')
-rw-r--r-- | test/lisp/emacs-lisp/bytecomp-tests.el | 2 |
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" |