diff options
author | Glenn Morris <rgm@gnu.org> | 2002-08-20 20:35:56 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2002-08-20 20:35:56 +0000 |
commit | 23d468dadde98fecb74c19b8be0917f7aa20cff6 (patch) | |
tree | 2db04c337be442d5803390d8e7a2c56956097bcd /lisp/imenu.el | |
parent | a245ece58aa1149645bce53dd1afdf4487e2c8b4 (diff) | |
download | emacs-23d468dadde98fecb74c19b8be0917f7aa20cff6.tar.gz |
(imenu-syntax-alist): Doc fix.
Diffstat (limited to 'lisp/imenu.el')
-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 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." "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 |