diff options
| author | Stefan Kangas | 2023-12-30 18:01:48 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-30 18:14:40 +0100 |
| commit | 0f3be9596fb3cf2f5e8f10fe2b3ef59546de98bb (patch) | |
| tree | b262715016bca5153229bf212f43b93abd499f62 /test | |
| parent | 03fdb21bcfdc27401066bb7375d07ad0259219fa (diff) | |
| download | emacs-0f3be9596fb3cf2f5e8f10fe2b3ef59546de98bb.tar.gz emacs-0f3be9596fb3cf2f5e8f10fe2b3ef59546de98bb.zip | |
; Prefer finder keyword "text" to deprecated keyword "wp"
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/textmodes/fill-tests.el | 2 | ||||
| -rw-r--r-- | test/lisp/textmodes/tildify-tests.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/textmodes/fill-tests.el b/test/lisp/textmodes/fill-tests.el index ef822ba805b..f83f48be951 100644 --- a/test/lisp/textmodes/fill-tests.el +++ b/test/lisp/textmodes/fill-tests.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 2017-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Marcin Borkowski <mbork@mbork.pl> | 5 | ;; Author: Marcin Borkowski <mbork@mbork.pl> |
| 6 | ;; Keywords: text, wp | 6 | ;; Keywords: text, text |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 9 | 9 | ||
diff --git a/test/lisp/textmodes/tildify-tests.el b/test/lisp/textmodes/tildify-tests.el index 962aeb4747c..5b9e1f59974 100644 --- a/test/lisp/textmodes/tildify-tests.el +++ b/test/lisp/textmodes/tildify-tests.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Michal Nazarewicz <mina86@mina86.com> | 5 | ;; Author: Michal Nazarewicz <mina86@mina86.com> |
| 6 | ;; Version: 4.5 | 6 | ;; Version: 4.5 |
| 7 | ;; Keywords: text, TeX, SGML, wp | 7 | ;; Keywords: text, TeX, SGML, text |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||