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/nxml/nxml-parse.el | |
| parent | 03fdb21bcfdc27401066bb7375d07ad0259219fa (diff) | |
| download | emacs-0f3be9596fb3cf2f5e8f10fe2b3ef59546de98bb.tar.gz emacs-0f3be9596fb3cf2f5e8f10fe2b3ef59546de98bb.zip | |
; Prefer finder keyword "text" to deprecated keyword "wp"
Diffstat (limited to 'lisp/nxml/nxml-parse.el')
| -rw-r--r-- | lisp/nxml/nxml-parse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nxml/nxml-parse.el b/lisp/nxml/nxml-parse.el index f2440065deb..50bf85a6be6 100644 --- a/lisp/nxml/nxml-parse.el +++ b/lisp/nxml/nxml-parse.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 2003, 2007-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML | 6 | ;; Keywords: text, hypermedia, languages, XML |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 9 | 9 | ||