diff options
| author | Luc Teirlinck | 2006-04-18 22:49:21 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2006-04-18 22:49:21 +0000 |
| commit | f5aefd63a63667c579a00da47dbd72971047de32 (patch) | |
| tree | 3b65a38e4b7c3d249657906e607fe25612231026 | |
| parent | 8a8a1cbbe7c5c3c60d81d196ea7187c85d49e7b5 (diff) | |
| download | emacs-f5aefd63a63667c579a00da47dbd72971047de32.tar.gz emacs-f5aefd63a63667c579a00da47dbd72971047de32.zip | |
(imenu--index-alist): Balance parentheses.
| -rw-r--r-- | lisp/imenu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el index 381e6481393..a609bcbadf9 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el | |||
| @@ -441,7 +441,7 @@ The function `imenu--subalist-p' tests an element and returns t | |||
| 441 | if it is a sub-alist. | 441 | if it is a sub-alist. |
| 442 | 442 | ||
| 443 | There is one simple element with negative POSITION; selecting that | 443 | There is one simple element with negative POSITION; selecting that |
| 444 | element recalculates the buffer's index alist." | 444 | element recalculates the buffer's index alist.") |
| 445 | 445 | ||
| 446 | (make-variable-buffer-local 'imenu--index-alist) | 446 | (make-variable-buffer-local 'imenu--index-alist) |
| 447 | 447 | ||