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 /lisp/play | |
| parent | 03fdb21bcfdc27401066bb7375d07ad0259219fa (diff) | |
| download | emacs-0f3be9596fb3cf2f5e8f10fe2b3ef59546de98bb.tar.gz emacs-0f3be9596fb3cf2f5e8f10fe2b3ef59546de98bb.zip | |
; Prefer finder keyword "text" to deprecated keyword "wp"
Diffstat (limited to 'lisp/play')
| -rw-r--r-- | lisp/play/handwrite.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el index 735874e8da6..22a6758066f 100644 --- a/lisp/play/handwrite.el +++ b/lisp/play/handwrite.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: Danny Roozendaal (was: <danny@tvs.kun.nl>) | 5 | ;; Author: Danny Roozendaal (was: <danny@tvs.kun.nl>) |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Created: October 21 1996 | 7 | ;; Created: October 21 1996 |
| 8 | ;; Keywords: wp, print, postscript, cursive writing | 8 | ;; Keywords: text, print, postscript, cursive writing |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||