comparison lisp/emacs-lisp/find-func.el @ 68623:e3b82cd3b90b

(find-definition-noselect): Minor doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 05 Feb 2006 05:58:26 +0000
parents a2ccca4b13a3
children 067115a6e738
comparison
equal deleted inserted replaced
68622:8e332f1560b0 68623:e3b82cd3b90b
412 412
413 ;;;###autoload 413 ;;;###autoload
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.
416 TYPE says what type of definition: nil for a function, `defvar' for a 416 TYPE says what type of definition: nil for a function, `defvar' for a
417 variabke, `defface' for a face. This function does not switch to the 417 variable, `defface' for a face. This function does not switch to the
418 buffer nor display it. 418 buffer nor display it.
419 419
420 The library where SYMBOL is defined is searched for in FILE or 420 The library where SYMBOL is defined is searched for in FILE or
421 `find-function-source-path', if non nil, otherwise in `load-path'." 421 `find-function-source-path', if non nil, otherwise in `load-path'."
422 (cond 422 (cond