diff options
| author | Stefan Kangas | 2022-08-06 10:21:24 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-08-06 12:52:42 +0200 |
| commit | 2ac3e3eda5ff92b2a2c3a87755fceabf6aa1abed (patch) | |
| tree | 66163bd6fb907841fe39d7e5b8511776efdfe564 /doc/misc | |
| parent | 543b5248db5f11ffee71523bdd6a41b8d03c03ab (diff) | |
| download | emacs-2ac3e3eda5ff92b2a2c3a87755fceabf6aa1abed.tar.gz emacs-2ac3e3eda5ff92b2a2c3a87755fceabf6aa1abed.zip | |
Drop support for XEmacs package func-menu from idlwave
* lisp/progmodes/idlwave.el (idlwave-function-menu): Make into
obsolete alias for imenu. Update callers.
* doc/misc/idlwave.texi (Introduction, Motion Commands): Remove
any mention of func-menu.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/idlwave.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/misc/idlwave.texi b/doc/misc/idlwave.texi index 26a6e6c7a33..a1e6535bd8b 100644 --- a/doc/misc/idlwave.texi +++ b/doc/misc/idlwave.texi | |||
| @@ -217,7 +217,7 @@ Integrity checks and auto-termination of logical blocks. | |||
| 217 | @item | 217 | @item |
| 218 | Routine name space conflict search with likelihood-of-use ranking. | 218 | Routine name space conflict search with likelihood-of-use ranking. |
| 219 | @item | 219 | @item |
| 220 | Support for @file{imenu} (Emacs) and @file{func-menu} (XEmacs). | 220 | Support for @file{imenu}. |
| 221 | @item | 221 | @item |
| 222 | Documentation support. | 222 | Documentation support. |
| 223 | @item | 223 | @item |
| @@ -2298,12 +2298,11 @@ Regexp matching the start of a document library header. | |||
| 2298 | @cindex Motion commands | 2298 | @cindex Motion commands |
| 2299 | @cindex Program structure, moving through | 2299 | @cindex Program structure, moving through |
| 2300 | @cindex Code structure, moving through | 2300 | @cindex Code structure, moving through |
| 2301 | @cindex @file{Func-menu}, XEmacs package | 2301 | @cindex @file{Imenu} |
| 2302 | @cindex @file{Imenu}, Emacs package | ||
| 2303 | @cindex Function definitions, jumping to | 2302 | @cindex Function definitions, jumping to |
| 2304 | @cindex Procedure definitions, jumping to | 2303 | @cindex Procedure definitions, jumping to |
| 2305 | 2304 | ||
| 2306 | IDLWAVE supports both @file{Imenu} and @file{Func-menu}, two packages | 2305 | IDLWAVE supports @file{Imenu}, a package |
| 2307 | which make it easy to jump to the definitions of functions and | 2306 | which make it easy to jump to the definitions of functions and |
| 2308 | procedures in the current file with a pop-up selection. To bind | 2307 | procedures in the current file with a pop-up selection. To bind |
| 2309 | @file{Imenu} to a mouse-press, use in your @file{.emacs}: | 2308 | @file{Imenu} to a mouse-press, use in your @file{.emacs}: |