1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 15:00:34 -08:00

(find-definition-noselect): Fix typo in a doc string: "functoin" => "function".

This commit is contained in:
Eli Zaretskii 2006-01-06 12:03:41 +00:00
parent 24ee740df0
commit 43c7b3019a

View file

@ -413,7 +413,7 @@ See `find-variable' for more details."
(defun find-definition-noselect (symbol type &optional file)
"Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL.
TYPE says what type of definition: nil for a function,
`defvar' or `defface' for a variable or face. This functoin
`defvar' or `defface' for a variable or face. This function
does not switch to the buffer or display it.
The library where SYMBOL is defined is searched for in FILE or