changeset 68066:b71c4de69a64

(find-definition-noselect): Fix typo in a doc string: "functoin" => "function".
author Eli Zaretskii <eliz@gnu.org>
date Fri, 06 Jan 2006 12:03:41 +0000
parents 0624a54493b5
children dac362fec5b3
files lisp/emacs-lisp/find-func.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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