aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 4c218263a62..f9957a98e68 100644
--- a/lisp/emacs-lisp/find-func.el
+++ b/lisp/emacs-lisp/find-func.el
@@ -414,7 +414,7 @@ See `find-variable' for more details."
414(defun find-definition-noselect (symbol type &optional file) 414(defun find-definition-noselect (symbol type &optional file)
415 "Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL. 415 "Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL.
416TYPE says what type of definition: nil for a function, `defvar' for a 416TYPE says what type of definition: nil for a function, `defvar' for a
417variabke, `defface' for a face. This function does not switch to the 417variable, `defface' for a face. This function does not switch to the
418buffer nor display it. 418buffer nor display it.
419 419
420The library where SYMBOL is defined is searched for in FILE or 420The library where SYMBOL is defined is searched for in FILE or