# HG changeset patch # User Eli Zaretskii # Date 1136549021 0 # Node ID b71c4de69a645a810aa8ff0bc5dfe3602b2fa9b4 # Parent 0624a54493b5bb4e69cda52f32702ba39181aec9 (find-definition-noselect): Fix typo in a doc string: "functoin" => "function". diff -r 0624a54493b5 -r b71c4de69a64 lisp/emacs-lisp/find-func.el --- a/lisp/emacs-lisp/find-func.el Fri Jan 06 12:00:22 2006 +0000 +++ b/lisp/emacs-lisp/find-func.el Fri Jan 06 12:03:41 2006 +0000 @@ -413,7 +413,7 @@ (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