From: Eli Zaretskii Date: Fri, 6 Jan 2006 12:05:46 +0000 (+0000) Subject: (find-definition-noselect): Fix typo in the doc string: X-Git-Tag: emacs-pretest-22.0.90~4853 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5765826df0b46d46ca2e52934bc6117fb0c99a9b;p=emacs.git (find-definition-noselect): Fix typo in the doc string: "functoin" => "function". --- diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index c9a14cd38c9..0ee95d24c62 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -10285,7 +10285,7 @@ See `find-variable' for more details. (autoload (quote find-definition-noselect) "find-func" "\ 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