mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(imenu-syntax-alist): Doc fix.
This commit is contained in:
parent
a245ece58a
commit
23d468dadd
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
* progmodes/fortran.el (fortran-current-defun): Use save-excursion.
|
||||
|
||||
* imenu.el (imenu--generic-function): Use mapc.
|
||||
(imenu-syntax-alist): Doc fix.
|
||||
|
||||
2002-08-20 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
|
|
|
|||
|
|
@ -676,7 +676,7 @@ as a way for the user to ask to recalculate the buffer's index alist."
|
|||
"Alist of syntax table modifiers to use while in `imenu--generic-function'.
|
||||
|
||||
The car of the assocs may be either a character or a string and the
|
||||
cdr is a syntax description appropriate fo `modify-syntax-entry'. For
|
||||
cdr is a syntax description appropriate for `modify-syntax-entry'. For
|
||||
a string, all the characters in the string get the specified syntax.
|
||||
|
||||
This is typically used to give word syntax to characters which
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue