aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/nxml
diff options
context:
space:
mode:
authorStefan Kangas2023-12-30 18:01:48 +0100
committerStefan Kangas2023-12-30 18:14:40 +0100
commit0f3be9596fb3cf2f5e8f10fe2b3ef59546de98bb (patch)
treeb262715016bca5153229bf212f43b93abd499f62 /lisp/nxml
parent03fdb21bcfdc27401066bb7375d07ad0259219fa (diff)
downloademacs-0f3be9596fb3cf2f5e8f10fe2b3ef59546de98bb.tar.gz
emacs-0f3be9596fb3cf2f5e8f10fe2b3ef59546de98bb.zip
; Prefer finder keyword "text" to deprecated keyword "wp"
Diffstat (limited to 'lisp/nxml')
-rw-r--r--lisp/nxml/nxml-enc.el2
-rw-r--r--lisp/nxml/nxml-maint.el2
-rw-r--r--lisp/nxml/nxml-mode.el2
-rw-r--r--lisp/nxml/nxml-ns.el2
-rw-r--r--lisp/nxml/nxml-outln.el2
-rw-r--r--lisp/nxml/nxml-parse.el2
-rw-r--r--lisp/nxml/nxml-rap.el2
-rw-r--r--lisp/nxml/nxml-util.el2
-rw-r--r--lisp/nxml/rng-cmpct.el2
-rw-r--r--lisp/nxml/rng-dt.el2
-rw-r--r--lisp/nxml/rng-loc.el2
-rw-r--r--lisp/nxml/rng-maint.el2
-rw-r--r--lisp/nxml/rng-match.el2
-rw-r--r--lisp/nxml/rng-nxml.el2
-rw-r--r--lisp/nxml/rng-parse.el2
-rw-r--r--lisp/nxml/rng-pttrn.el2
-rw-r--r--lisp/nxml/rng-uri.el2
-rw-r--r--lisp/nxml/rng-util.el2
-rw-r--r--lisp/nxml/rng-valid.el2
-rw-r--r--lisp/nxml/rng-xsd.el2
-rw-r--r--lisp/nxml/xmltok.el2
-rw-r--r--lisp/nxml/xsd-regexp.el2
22 files changed, 22 insertions, 22 deletions
diff --git a/lisp/nxml/nxml-enc.el b/lisp/nxml/nxml-enc.el
index 1fd7abef974..8eb16ed49e9 100644
--- a/lisp/nxml/nxml-enc.el
+++ b/lisp/nxml/nxml-enc.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
diff --git a/lisp/nxml/nxml-maint.el b/lisp/nxml/nxml-maint.el
index 24eb711eb99..619575bb9a2 100644
--- a/lisp/nxml/nxml-maint.el
+++ b/lisp/nxml/nxml-maint.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
diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el
index bc32598003e..38e62a25cc4 100644
--- a/lisp/nxml/nxml-mode.el
+++ b/lisp/nxml/nxml-mode.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2003-2004, 2007-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2003-2004, 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
diff --git a/lisp/nxml/nxml-ns.el b/lisp/nxml/nxml-ns.el
index 2781ea87938..521aa71fa83 100644
--- a/lisp/nxml/nxml-ns.el
+++ b/lisp/nxml/nxml-ns.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
diff --git a/lisp/nxml/nxml-outln.el b/lisp/nxml/nxml-outln.el
index 5f1eec75ef9..dbcc25a080b 100644
--- a/lisp/nxml/nxml-outln.el
+++ b/lisp/nxml/nxml-outln.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2004, 2007-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2004, 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
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
diff --git a/lisp/nxml/nxml-rap.el b/lisp/nxml/nxml-rap.el
index 8e11707b9b7..6b6fc4078c9 100644
--- a/lisp/nxml/nxml-rap.el
+++ b/lisp/nxml/nxml-rap.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2003-2004, 2007-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2003-2004, 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
diff --git a/lisp/nxml/nxml-util.el b/lisp/nxml/nxml-util.el
index e9d04126400..ad175a527e6 100644
--- a/lisp/nxml/nxml-util.el
+++ b/lisp/nxml/nxml-util.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
diff --git a/lisp/nxml/rng-cmpct.el b/lisp/nxml/rng-cmpct.el
index 98aad8bd4dd..e1a6bd92349 100644
--- a/lisp/nxml/rng-cmpct.el
+++ b/lisp/nxml/rng-cmpct.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2003-2023 Free Software Foundation, Inc. 3;; Copyright (C) 2003-2023 Free Software Foundation, Inc.
4 4
5;; Author: James Clark 5;; Author: James Clark
6;; Keywords: wp, hypermedia, languages, XML, RelaxNG 6;; Keywords: text, hypermedia, languages, XML, RelaxNG
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/nxml/rng-dt.el b/lisp/nxml/rng-dt.el
index 577157687a3..c088a967cfe 100644
--- a/lisp/nxml/rng-dt.el
+++ b/lisp/nxml/rng-dt.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, RelaxNG 6;; Keywords: text, hypermedia, languages, XML, RelaxNG
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/nxml/rng-loc.el b/lisp/nxml/rng-loc.el
index 82e8494a49f..79638ce4170 100644
--- a/lisp/nxml/rng-loc.el
+++ b/lisp/nxml/rng-loc.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, RelaxNG 6;; Keywords: text, hypermedia, languages, XML, RelaxNG
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/nxml/rng-maint.el b/lisp/nxml/rng-maint.el
index 42feb221e81..ec0e43edf60 100644
--- a/lisp/nxml/rng-maint.el
+++ b/lisp/nxml/rng-maint.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, RelaxNG 6;; Keywords: text, hypermedia, languages, XML, RelaxNG
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/nxml/rng-match.el b/lisp/nxml/rng-match.el
index 51c197cd6c6..03552fe7b7a 100644
--- a/lisp/nxml/rng-match.el
+++ b/lisp/nxml/rng-match.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, RelaxNG 6;; Keywords: text, hypermedia, languages, XML, RelaxNG
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/nxml/rng-nxml.el b/lisp/nxml/rng-nxml.el
index fd1f4fb904e..ef8746a6598 100644
--- a/lisp/nxml/rng-nxml.el
+++ b/lisp/nxml/rng-nxml.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, RelaxNG 6;; Keywords: text, hypermedia, languages, XML, RelaxNG
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/nxml/rng-parse.el b/lisp/nxml/rng-parse.el
index 1728de7aadd..cf233fd9608 100644
--- a/lisp/nxml/rng-parse.el
+++ b/lisp/nxml/rng-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, RelaxNG 6;; Keywords: text, hypermedia, languages, XML, RelaxNG
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/nxml/rng-pttrn.el b/lisp/nxml/rng-pttrn.el
index f37ace7f734..98174420b41 100644
--- a/lisp/nxml/rng-pttrn.el
+++ b/lisp/nxml/rng-pttrn.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, RelaxNG 6;; Keywords: text, hypermedia, languages, XML, RelaxNG
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/nxml/rng-uri.el b/lisp/nxml/rng-uri.el
index 4cfa212990d..62082c3f8b1 100644
--- a/lisp/nxml/rng-uri.el
+++ b/lisp/nxml/rng-uri.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
diff --git a/lisp/nxml/rng-util.el b/lisp/nxml/rng-util.el
index 4f49885fc45..81a2ec0b5ec 100644
--- a/lisp/nxml/rng-util.el
+++ b/lisp/nxml/rng-util.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, RelaxNG 6;; Keywords: text, hypermedia, languages, XML, RelaxNG
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/nxml/rng-valid.el b/lisp/nxml/rng-valid.el
index 898fe204fd4..a2cfdec276c 100644
--- a/lisp/nxml/rng-valid.el
+++ b/lisp/nxml/rng-valid.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, RelaxNG 6;; Keywords: text, hypermedia, languages, XML, RelaxNG
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/nxml/rng-xsd.el b/lisp/nxml/rng-xsd.el
index cd963534402..2580ba9ee7d 100644
--- a/lisp/nxml/rng-xsd.el
+++ b/lisp/nxml/rng-xsd.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, RelaxNG 6;; Keywords: text, hypermedia, languages, XML, RelaxNG
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/nxml/xmltok.el b/lisp/nxml/xmltok.el
index 78fa91b5cdc..c616cf22d03 100644
--- a/lisp/nxml/xmltok.el
+++ b/lisp/nxml/xmltok.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
diff --git a/lisp/nxml/xsd-regexp.el b/lisp/nxml/xsd-regexp.el
index 3c33c4c0170..774cda2f540 100644
--- a/lisp/nxml/xsd-regexp.el
+++ b/lisp/nxml/xsd-regexp.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, regexp 6;; Keywords: text, hypermedia, languages, XML, regexp
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9