# HG changeset patch # User Eli Zaretskii # Date 1136549146 0 # Node ID dac362fec5b38635a7127fd114d22b365c35ca20 # Parent b71c4de69a645a810aa8ff0bc5dfe3602b2fa9b4 (find-definition-noselect): Fix typo in the doc string: "functoin" => "function". diff -r b71c4de69a64 -r dac362fec5b3 lisp/ldefs-boot.el --- a/lisp/ldefs-boot.el Fri Jan 06 12:03:41 2006 +0000 +++ b/lisp/ldefs-boot.el Fri Jan 06 12:05:46 2006 +0000 @@ -10285,7 +10285,7 @@ (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