From 23d468dadde98fecb74c19b8be0917f7aa20cff6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 20 Aug 2002 20:35:56 +0000 Subject: [PATCH] (imenu-syntax-alist): Doc fix. --- lisp/ChangeLog | 1 + lisp/imenu.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 325bc0a2e20..30a1e186768 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 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 -- 2.11.4.GIT