diff options
| author | Stefan Kangas | 2024-07-24 23:46:02 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-07-24 23:47:06 +0200 |
| commit | 67faaead754c0a11bd89fdcde2533bc51b71ef0e (patch) | |
| tree | 8918fba1750a07e165e41852cf554322f3a79e8c | |
| parent | 976416bebe278a7cf65ab58b1918c9c27e3a09bd (diff) | |
| download | emacs-67faaead754c0a11bd89fdcde2533bc51b71ef0e.tar.gz emacs-67faaead754c0a11bd89fdcde2533bc51b71ef0e.zip | |
Don't refer to obsolete finder group "wp"
* lisp/textmodes/rst.el: Don't refer to obsolete finder group "wp".
| -rw-r--r-- | lisp/textmodes/rst.el | 4 |
1 files 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 @@ | |||
| 56 | ;; There are a number of convenient key bindings provided by rst-mode. For the | 56 | ;; There are a number of convenient key bindings provided by rst-mode. For the |
| 57 | ;; bindings, try C-c C-h when in rst-mode. There are also many variables that | 57 | ;; bindings, try C-c C-h when in rst-mode. There are also many variables that |
| 58 | ;; can be customized, look for defcustom in this file or look for the "rst" | 58 | ;; can be customized, look for defcustom in this file or look for the "rst" |
| 59 | ;; customization group contained in the "wp" group. | 59 | ;; customization group contained in the "text" group. |
| 60 | ;; | 60 | ;; |
| 61 | ;; If you use the table-of-contents feature, you may want to add a hook to | 61 | ;; If you use the table-of-contents feature, you may want to add a hook to |
| 62 | ;; update the TOC automatically every time you adjust a section title:: | 62 | ;; 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)." | |||
| 4438 | 4438 | ||
| 4439 | 4439 | ||
| 4440 | 4440 | ||
| 4441 | ;; LocalWords: docutils http sourceforge rst html wp svn svnroot txt reST regex | 4441 | ;; LocalWords: docutils http sourceforge rst html svn svnroot txt reST regex |
| 4442 | ;; LocalWords: regexes alist seq alt grp keymap abbrev overline overlines toc | 4442 | ;; LocalWords: regexes alist seq alt grp keymap abbrev overline overlines toc |
| 4443 | ;; LocalWords: XML PNT propertized init referenceable | 4443 | ;; LocalWords: XML PNT propertized init referenceable |
| 4444 | 4444 | ||