Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1447c4b1
Commit
1447c4b1
authored
Feb 09, 2001
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(imenu-generic-expression): Doc fix.
parent
45974ac6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/imenu.el
lisp/imenu.el
+4
-4
No files found.
lisp/imenu.el
View file @
1447c4b1
...
...
@@ -204,13 +204,13 @@ function, variable or type) that is to appear in the menu.
The variable is buffer-local.
The variable `imenu-case-fold-search' determines whether or not the
regexp matches are case sensitive
.
and `imenu-syntax-alist' can be
regexp matches are case sensitive
,
and `imenu-syntax-alist' can be
used to alter the syntax table for the search.
For example, see the value of `lisp-imenu-generic-expression' used by
`
lisp-mode' and `emacs-lisp
-mode' with `imenu-syntax-alist' set
locally to give the
characters which normally have \"
punctuation\"
syntax \"word\" syntax
during matching."
)
`
fortran
-mode' with `imenu-syntax-alist' set
locally to give the
characters which normally have \"
symbol\" syntax \"word\" syntax
during matching."
)
;;;###autoload
(
make-variable-buffer-local
'imenu-generic-expression
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment