changeset 68623:e3b82cd3b90b

(find-definition-noselect): Minor doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 05 Feb 2006 05:58:26 +0000
parents 8e332f1560b0
children 23e2d4088d6b
files lisp/emacs-lisp/find-func.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/find-func.el	Sun Feb 05 05:35:44 2006 +0000
+++ b/lisp/emacs-lisp/find-func.el	Sun Feb 05 05:58:26 2006 +0000
@@ -414,7 +414,7 @@
 (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