diff options
| author | Eli Zaretskii | 2006-01-06 12:05:46 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-01-06 12:05:46 +0000 |
| commit | 5765826df0b46d46ca2e52934bc6117fb0c99a9b (patch) | |
| tree | 60c5ff6f22b4ccec65a6264d370b680fe4497f62 | |
| parent | 43c7b3019a572dfb651638c94c99a9b4c310b696 (diff) | |
| download | emacs-5765826df0b46d46ca2e52934bc6117fb0c99a9b.tar.gz emacs-5765826df0b46d46ca2e52934bc6117fb0c99a9b.zip | |
(find-definition-noselect): Fix typo in the doc string:
"functoin" => "function".
| -rw-r--r-- | lisp/ldefs-boot.el | 2 |
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" "\ |
| 10286 | Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL. | 10286 | Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL. |
| 10287 | TYPE says what type of definition: nil for a function, | 10287 | TYPE 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 |
| 10289 | does not switch to the buffer or display it. | 10289 | does not switch to the buffer or display it. |
| 10290 | 10290 | ||
| 10291 | The library where SYMBOL is defined is searched for in FILE or | 10291 | The library where SYMBOL is defined is searched for in FILE or |