1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(find-definition-noselect): Minor doc fix.

This commit is contained in:
Luc Teirlinck 2006-02-05 05:58:26 +00:00
parent dc4d94d55f
commit c67a6c4884

View File

@ -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