mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(imenu-generic-expression, imenu--generic-function): Doc fix.
This commit is contained in:
parent
4ea8a34b66
commit
c30c8a0c8a
1 changed files with 6 additions and 6 deletions
|
|
@ -139,9 +139,9 @@ function, variable or type) that is to appear in the menu.
|
|||
|
||||
For emacs-lisp-mode for example PATTERN would look like:
|
||||
|
||||
'((nil \"^\\s-*(def\\(un\\|subst\\|macro\\|advice\\)\\s-+\\([-A-Za-z0-9+]+\\)\" 2)
|
||||
(\"*Vars*\" \"^\\s-*(def\\(var\\|const\\)\\s-+\\([-A-Za-z0-9+]+\\)\" 2)
|
||||
(\"*Types*\" \"^\\s-*(def\\(type\\|struct\\|class\\|ine-condition\\)\\s-+\\([-A-Za-z0-9+]+\\)\" 2))
|
||||
'((nil \"^\\\\s-*(def\\\\(un\\\\|subst\\\\|macro\\\\|advice\\\\)\\\\s-+\\\\([-A-Za-z0-9+]+\\\\)\" 2)
|
||||
(\"*Vars*\" \"^\\\\s-*(def\\\\(var\\\\|const\\\\)\\\\s-+\\\\([-A-Za-z0-9+]+\\\\)\" 2)
|
||||
(\"*Types*\" \"^\\\\s-*(def\\\\(type\\\\|struct\\\\|class\\\\|ine-condition\\\\)\\\\s-+\\\\([-A-Za-z0-9+]+\\\\)\" 2))
|
||||
|
||||
The variable is buffer-local.")
|
||||
|
||||
|
|
@ -570,9 +570,9 @@ function, variable or type) that is to appear in the menu.
|
|||
|
||||
For emacs-lisp-mode for example PATTERN would look like:
|
||||
|
||||
'((nil \"^\\s-*(def\\(un\\|subst\\|macro\\|advice\\)\\s-+\\([-A-Za-z0-9]+\\)\" 2)
|
||||
(\"*Vars*\" \"^\\s-*(def\\(var\\|const\\)\\s-+\\([-A-Za-z0-9]+\\)\" 2)
|
||||
(\"*Types*\" \"^\\s-*(def\\(type\\|struct\\|class\\|ine-condition\\)\\s-+\\([-A-Za-z0-9]+\\)\" 2))'
|
||||
'((nil \"^\\\\s-*(def\\\\(un\\\\|subst\\\\|macro\\\\|advice\\\\)\\\\s-+\\\\([-A-Za-z0-9]+\\\\)\" 2)
|
||||
(\"*Vars*\" \"^\\\\s-*(def\\\\(var\\\\|const\\\\)\\\\s-+\\\\([-A-Za-z0-9]+\\\\)\" 2)
|
||||
(\"*Types*\" \"^\\\\s-*(def\\\\(type\\\\|struct\\\\|class\\\\|ine-condition\\\\)\\\\s-+\\\\([-A-Za-z0-9]+\\\\)\" 2))'
|
||||
|
||||
Returns an index of the current buffer as an alist. The elements in
|
||||
the alist look like: (INDEX-NAME . INDEX-POSITION). They may also be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue