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:
parent
dc4d94d55f
commit
c67a6c4884
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user