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/textmodes | |
| parent | 03fdb21bcfdc27401066bb7375d07ad0259219fa (diff) | |
| download | emacs-0f3be9596fb3cf2f5e8f10fe2b3ef59546de98bb.tar.gz emacs-0f3be9596fb3cf2f5e8f10fe2b3ef59546de98bb.zip | |
; Prefer finder keyword "text" to deprecated keyword "wp"
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/enriched.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/fill.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/mhtml-mode.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/nroff-mode.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/page-ext.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/page.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/paragraphs.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/picture.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/refill.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/sgml-mode.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/table.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/text-mode.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/tildify.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/two-column.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/underline.el | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/lisp/textmodes/enriched.el b/lisp/textmodes/enriched.el index 004b844a3e7..e977f3a5299 100644 --- a/lisp/textmodes/enriched.el +++ b/lisp/textmodes/enriched.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1994-1996, 2001-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-1996, 2001-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Boris Goldowsky <boris@gnu.org> | 5 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 6 | ;; Keywords: wp, faces | 6 | ;; Keywords: text, faces |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 9 | 9 | ||
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 4d6c73bfdd6..a75c77cc193 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Software Foundation, Inc. | 4 | ;; Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Keywords: wp | 7 | ;; Keywords: text |
| 8 | ;; Package: emacs | 8 | ;; Package: emacs |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/textmodes/mhtml-mode.el b/lisp/textmodes/mhtml-mode.el index ebb55ec279c..fc7b8c90d83 100644 --- a/lisp/textmodes/mhtml-mode.el +++ b/lisp/textmodes/mhtml-mode.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: wp, hypermedia, comm, languages | 5 | ;; Keywords: text, hypermedia, comm, languages |
| 6 | 6 | ||
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el index 7374fa63bec..5b07fbef9eb 100644 --- a/lisp/textmodes/nroff-mode.el +++ b/lisp/textmodes/nroff-mode.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1985-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | ;; Keywords: wp | 6 | ;; Keywords: text |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 9 | 9 | ||
diff --git a/lisp/textmodes/page-ext.el b/lisp/textmodes/page-ext.el index 446112bce27..34b673f7ad3 100644 --- a/lisp/textmodes/page-ext.el +++ b/lisp/textmodes/page-ext.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Robert J. Chassell <bob@gnu.org> | 5 | ;; Author: Robert J. Chassell <bob@gnu.org> |
| 6 | ;; (according to ack.texi) | 6 | ;; (according to ack.texi) |
| 7 | ;; Keywords: wp data | 7 | ;; Keywords: text data |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/lisp/textmodes/page.el b/lisp/textmodes/page.el index 86a2762b0ee..589901456a5 100644 --- a/lisp/textmodes/page.el +++ b/lisp/textmodes/page.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1985, 2001-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2001-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | ;; Keywords: wp convenience | 6 | ;; Keywords: text convenience |
| 7 | ;; Package: emacs | 7 | ;; Package: emacs |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index fd28bfe8016..0160f69c3a4 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Keywords: wp | 7 | ;; Keywords: text |
| 8 | ;; Package: emacs | 8 | ;; Package: emacs |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index f98c3963b6f..be5b669bb30 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: K. Shane Hartman | 5 | ;; Author: K. Shane Hartman |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Keywords: convenience wp | 7 | ;; Keywords: convenience text |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/lisp/textmodes/refill.el b/lisp/textmodes/refill.el index bd8e7cd7435..5893f969fe1 100644 --- a/lisp/textmodes/refill.el +++ b/lisp/textmodes/refill.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Maintainer: Miles Bader <miles@gnu.org> | 6 | ;; Maintainer: Miles Bader <miles@gnu.org> |
| 7 | ;; Keywords: wp | 7 | ;; Keywords: text |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 5c53716c3ac..9316c29d4cc 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | ;; Maintainer: emacs-devel@gnu.org | 7 | ;; Maintainer: emacs-devel@gnu.org |
| 8 | ;; Adapted-By: ESR, Daniel Pfeiffer <occitan@esperanto.org>, | 8 | ;; Adapted-By: ESR, Daniel Pfeiffer <occitan@esperanto.org>, |
| 9 | ;; F.Potorti@cnuce.cnr.it | 9 | ;; F.Potorti@cnuce.cnr.it |
| 10 | ;; Keywords: wp, hypermedia, comm, languages | 10 | ;; Keywords: text, hypermedia, comm, languages |
| 11 | 11 | ||
| 12 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| 13 | 13 | ||
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 50c3f461bcc..b4138610715 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: wp, convenience | 5 | ;; Keywords: text, convenience |
| 6 | ;; Author: Takaaki Ota <Takaaki.Ota@am.sony.com> | 6 | ;; Author: Takaaki Ota <Takaaki.Ota@am.sony.com> |
| 7 | ;; Created: Sat Jul 08 2000 13:28:45 (PST) | 7 | ;; Created: Sat Jul 08 2000 13:28:45 (PST) |
| 8 | 8 | ||
diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el index 7f38a1c463d..c612d3f76fd 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Keywords: wp | 7 | ;; Keywords: text |
| 8 | ;; Package: emacs | 8 | ;; Package: emacs |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/textmodes/tildify.el b/lisp/textmodes/tildify.el index 18ba83e86e8..0e9aafda305 100644 --- a/lisp/textmodes/tildify.el +++ b/lisp/textmodes/tildify.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: Milan Zamazal <pdm@zamazal.org> | 5 | ;; Author: Milan Zamazal <pdm@zamazal.org> |
| 6 | ;; Michal Nazarewicz <mina86@mina86.com> | 6 | ;; Michal Nazarewicz <mina86@mina86.com> |
| 7 | ;; Version: 4.6.1 | 7 | ;; Version: 4.6.1 |
| 8 | ;; Keywords: text, TeX, SGML, wp | 8 | ;; Keywords: text, TeX, SGML, text |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el index 23dcc7e5945..d88470d7496 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> | 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 6 | ;; Adapted-By: ESR, Daniel Pfeiffer | 6 | ;; Adapted-By: ESR, Daniel Pfeiffer |
| 7 | ;; Keywords: wp | 7 | ;; Keywords: text |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/lisp/textmodes/underline.el b/lisp/textmodes/underline.el index b22652b6824..dd7ddd784c6 100644 --- a/lisp/textmodes/underline.el +++ b/lisp/textmodes/underline.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1985, 2001-2023 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2001-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | ;; Keywords: wp | 6 | ;; Keywords: text |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 9 | 9 | ||