aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Kangas2022-08-06 10:21:24 +0200
committerStefan Kangas2022-08-06 12:52:42 +0200
commit2ac3e3eda5ff92b2a2c3a87755fceabf6aa1abed (patch)
tree66163bd6fb907841fe39d7e5b8511776efdfe564 /doc
parent543b5248db5f11ffee71523bdd6a41b8d03c03ab (diff)
downloademacs-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')
-rw-r--r--doc/misc/idlwave.texi7
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
218Routine name space conflict search with likelihood-of-use ranking. 218Routine name space conflict search with likelihood-of-use ranking.
219@item 219@item
220Support for @file{imenu} (Emacs) and @file{func-menu} (XEmacs). 220Support for @file{imenu}.
221@item 221@item
222Documentation support. 222Documentation 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
2306IDLWAVE supports both @file{Imenu} and @file{Func-menu}, two packages 2305IDLWAVE supports @file{Imenu}, a package
2307which make it easy to jump to the definitions of functions and 2306which make it easy to jump to the definitions of functions and
2308procedures in the current file with a pop-up selection. To bind 2307procedures 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}: