diff options
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/imenu.el | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 325bc0a2e20..30a1e186768 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * progmodes/fortran.el (fortran-current-defun): Use save-excursion. | 3 | * progmodes/fortran.el (fortran-current-defun): Use save-excursion. |
| 4 | 4 | ||
| 5 | * imenu.el (imenu--generic-function): Use mapc. | 5 | * imenu.el (imenu--generic-function): Use mapc. |
| 6 | (imenu-syntax-alist): Doc fix. | ||
| 6 | 7 | ||
| 7 | 2002-08-20 Richard M. Stallman <rms@gnu.org> | 8 | 2002-08-20 Richard M. Stallman <rms@gnu.org> |
| 8 | 9 | ||
diff --git a/lisp/imenu.el b/lisp/imenu.el index 34c2ca19beb..66b5816d5f8 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el | |||
| @@ -676,7 +676,7 @@ as a way for the user to ask to recalculate the buffer's index alist." | |||
| 676 | "Alist of syntax table modifiers to use while in `imenu--generic-function'. | 676 | "Alist of syntax table modifiers to use while in `imenu--generic-function'. |
| 677 | 677 | ||
| 678 | The car of the assocs may be either a character or a string and the | 678 | The car of the assocs may be either a character or a string and the |
| 679 | cdr is a syntax description appropriate fo `modify-syntax-entry'. For | 679 | cdr is a syntax description appropriate for `modify-syntax-entry'. For |
| 680 | a string, all the characters in the string get the specified syntax. | 680 | a string, all the characters in the string get the specified syntax. |
| 681 | 681 | ||
| 682 | This is typically used to give word syntax to characters which | 682 | This is typically used to give word syntax to characters which |