; * doc/lispref/functions.texi (Finding Definitions): Fix wording.
This commit is contained in:
parent
ed3d8bb298
commit
da9a3f558d
1 changed files with 4 additions and 4 deletions
|
@ -846,10 +846,10 @@ variable @code{find-function-regexp-alist}.
|
|||
|
||||
@vindex @code{find-function-regexp-alist}
|
||||
The alist @code{find-function-regexp-alist} associates object types with
|
||||
a regexp or function that finds the definition of that object in its
|
||||
source file. Each element's car is a symbol the describes the type of
|
||||
object, or @code{nil} to identify functions defined with @code{defun}.
|
||||
Each element's cdr can be one of the following:
|
||||
a regexp or a function that finds the definition of that object in its
|
||||
source file. Each element's @code{car} is a symbol that describes the
|
||||
type of object, or @code{nil}, which means a function defined with
|
||||
@code{defun}. Each element's @code{cdr} can be one of the following:
|
||||
|
||||
@itemize
|
||||
@item
|
||||
|
|
Loading…
Add table
Reference in a new issue