mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 15:00:34 -08:00
(find-definition-noselect): Fix typo in a doc string: "functoin" => "function".
This commit is contained in:
parent
24ee740df0
commit
43c7b3019a
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,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' or `defface' for a variable or face. This functoin
|
||||
`defvar' or `defface' for a variable or face. This function
|
||||
does not switch to the buffer or display it.
|
||||
|
||||
The library where SYMBOL is defined is searched for in FILE or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue