From: Luc Teirlinck Date: Sun, 5 Feb 2006 05:58:26 +0000 (+0000) Subject: (find-definition-noselect): Minor doc fix. X-Git-Tag: emacs-pretest-22.0.90~4367 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c67a6c4884634f2424355cc517816e5fa3de04ff;p=emacs.git (find-definition-noselect): Minor doc fix. --- 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." (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' for a -variabke, `defface' for a face. This function does not switch to the +variable, `defface' for a face. This function does not switch to the buffer nor display it. The library where SYMBOL is defined is searched for in FILE or