From: Eli Zaretskii Date: Fri, 6 Jan 2006 12:03:41 +0000 (+0000) Subject: (find-definition-noselect): Fix typo in a doc string: "functoin" => "function". X-Git-Tag: emacs-pretest-22.0.90~4854 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=43c7b3019a572dfb651638c94c99a9b4c310b696;p=emacs.git (find-definition-noselect): Fix typo in a doc string: "functoin" => "function". --- diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el index 5ac5d70626d..43e8b917ce8 100644 --- a/lisp/emacs-lisp/find-func.el +++ b/lisp/emacs-lisp/find-func.el @@ -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