aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/find-func.el
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2006-01-06 12:03:41 +0000
committerEli Zaretskii <[email protected]>2006-01-06 12:03:41 +0000
commit43c7b3019a572dfb651638c94c99a9b4c310b696 (patch)
tree0520c020bd3138f59db8aac50906740d39b89ef7 /lisp/emacs-lisp/find-func.el
parent24ee740df009666f344b2dc7d53f96506cd217f1 (diff)
(find-definition-noselect): Fix typo in a doc string: "functoin" => "function".
Diffstat (limited to 'lisp/emacs-lisp/find-func.el')
-rw-r--r--lisp/emacs-lisp/find-func.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el
index 5ac5d70626..43e8b917ce 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