]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-definition-noselect): Minor doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 5 Feb 2006 05:58:26 +0000 (05:58 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 5 Feb 2006 05:58:26 +0000 (05:58 +0000)
lisp/emacs-lisp/find-func.el

index 4c218263a625b561f82fa1dce8329a8a88d51896..f9957a98e6810b97795a9d5f3986d2d75a6a5707 100644 (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