diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2006-04-18 22:49:21 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2006-04-18 22:49:21 +0000 |
commit | f5aefd63a63667c579a00da47dbd72971047de32 (patch) | |
tree | 3b65a38e4b7c3d249657906e607fe25612231026 | |
parent | 8a8a1cbbe7c5c3c60d81d196ea7187c85d49e7b5 (diff) | |
download | emacs-f5aefd63a63667c579a00da47dbd72971047de32.tar.gz |
(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 if it is a sub-alist. There is one simple element with negative POSITION; selecting that -element recalculates the buffer's index alist." +element recalculates the buffer's index alist.") (make-variable-buffer-local 'imenu--index-alist) |