emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/find-func.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/find-func.el
Date: Sun, 05 Feb 2006 05:58:26 +0000

Index: emacs/lisp/emacs-lisp/find-func.el
diff -u emacs/lisp/emacs-lisp/find-func.el:1.66 
emacs/lisp/emacs-lisp/find-func.el:1.67
--- emacs/lisp/emacs-lisp/find-func.el:1.66     Sat Jan 21 20:38:52 2006
+++ emacs/lisp/emacs-lisp/find-func.el  Sun Feb  5 05:58:26 2006
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]