# HG changeset patch # User Luc Teirlinck # Date 1139119106 0 # Node ID e3b82cd3b90ba5a23ef1513b775e5ae586c22876 # Parent 8e332f1560b09be7ce44df47bd762c529246f8c5 (find-definition-noselect): Minor doc fix. diff -r 8e332f1560b0 -r e3b82cd3b90b lisp/emacs-lisp/find-func.el --- a/lisp/emacs-lisp/find-func.el Sun Feb 05 05:35:44 2006 +0000 +++ b/lisp/emacs-lisp/find-func.el Sun Feb 05 05:58:26 2006 +0000 @@ -414,7 +414,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' 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