This patch fixes a typo in emacs-lisp/find-func.el
ChangeLog entry:
2006-01-01 Michael Ernst <[EMAIL PROTECTED]>
* emacs-lisp/find-func.el (find-definition-noselect): Fix typo:
"functoin" => "function".
cvs diff: Diffing lisp/emacs-lisp
Index: lisp/emacs-lisp/find-func.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/find-func.el,v
retrieving revision 1.64
diff -b -u -r1.64 find-func.el
--- lisp/emacs-lisp/find-func.el 4 Dec 2005 02:35:20 -0000 1.64
+++ lisp/emacs-lisp/find-func.el 1 Jan 2006 18:14:30 -0000
@@ -413,7 +413,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' 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
Index: lisp/ldefs-boot.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/ldefs-boot.el,v
retrieving revision 1.11
diff -b -u -r1.11 ldefs-boot.el
--- lisp/ldefs-boot.el 28 Oct 2005 17:06:02 -0000 1.11
+++ lisp/ldefs-boot.el 1 Jan 2006 18:14:25 -0000
@@ -10285,7 +10285,7 @@
(autoload (quote find-definition-noselect) "find-func" "\
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
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug