aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-01-06 12:05:46 +0000
committerEli Zaretskii2006-01-06 12:05:46 +0000
commit5765826df0b46d46ca2e52934bc6117fb0c99a9b (patch)
tree60c5ff6f22b4ccec65a6264d370b680fe4497f62
parent43c7b3019a572dfb651638c94c99a9b4c310b696 (diff)
downloademacs-5765826df0b46d46ca2e52934bc6117fb0c99a9b.tar.gz
emacs-5765826df0b46d46ca2e52934bc6117fb0c99a9b.zip
(find-definition-noselect): Fix typo in the doc string:
"functoin" => "function".
-rw-r--r--lisp/ldefs-boot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index c9a14cd38c9..0ee95d24c62 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -10285,7 +10285,7 @@ See `find-variable' for more details.
10285(autoload (quote find-definition-noselect) "find-func" "\ 10285(autoload (quote find-definition-noselect) "find-func" "\
10286Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL. 10286Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL.
10287TYPE says what type of definition: nil for a function, 10287TYPE says what type of definition: nil for a function,
10288`defvar' or `defface' for a variable or face. This functoin 10288`defvar' or `defface' for a variable or face. This function
10289does not switch to the buffer or display it. 10289does not switch to the buffer or display it.
10290 10290
10291The library where SYMBOL is defined is searched for in FILE or 10291The library where SYMBOL is defined is searched for in FILE or