[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 67faaead754: Don't refer to obsolete finder group "wp"
From: |
Stefan Kangas |
Subject: |
emacs-30 67faaead754: Don't refer to obsolete finder group "wp" |
Date: |
Wed, 24 Jul 2024 17:47:30 -0400 (EDT) |
branch: emacs-30
commit 67faaead754c0a11bd89fdcde2533bc51b71ef0e
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>
Don't refer to obsolete finder group "wp"
* lisp/textmodes/rst.el: Don't refer to obsolete finder group "wp".
---
lisp/textmodes/rst.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el
index 5fbff4ba888..5f99ee016a2 100644
--- a/lisp/textmodes/rst.el
+++ b/lisp/textmodes/rst.el
@@ -56,7 +56,7 @@
;; There are a number of convenient key bindings provided by rst-mode. For the
;; bindings, try C-c C-h when in rst-mode. There are also many variables that
;; can be customized, look for defcustom in this file or look for the "rst"
-;; customization group contained in the "wp" group.
+;; customization group contained in the "text" group.
;;
;; If you use the table-of-contents feature, you may want to add a hook to
;; update the TOC automatically every time you adjust a section title::
@@ -4438,7 +4438,7 @@ column is used (fill-column vs. end of previous/next
line)."
-;; LocalWords: docutils http sourceforge rst html wp svn svnroot txt reST
regex
+;; LocalWords: docutils http sourceforge rst html svn svnroot txt reST regex
;; LocalWords: regexes alist seq alt grp keymap abbrev overline overlines toc
;; LocalWords: XML PNT propertized init referenceable
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-30 67faaead754: Don't refer to obsolete finder group "wp",
Stefan Kangas <=