diff options
| author | Luc Teirlinck | 2006-02-05 05:58:26 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2006-02-05 05:58:26 +0000 |
| commit | c67a6c4884634f2424355cc517816e5fa3de04ff (patch) | |
| tree | a18322288474195fb145e5c4f48531e8dba61caf | |
| parent | dc4d94d55f579557f4ff3d8b427f107b8f1fa543 (diff) | |
| download | emacs-c67a6c4884634f2424355cc517816e5fa3de04ff.tar.gz emacs-c67a6c4884634f2424355cc517816e5fa3de04ff.zip | |
(find-definition-noselect): Minor doc fix.
| -rw-r--r-- | lisp/emacs-lisp/find-func.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el index 4c218263a62..f9957a98e68 100644 --- a/lisp/emacs-lisp/find-func.el +++ b/lisp/emacs-lisp/find-func.el | |||
| @@ -414,7 +414,7 @@ See `find-variable' for more details." | |||
| 414 | (defun find-definition-noselect (symbol type &optional file) | 414 | (defun find-definition-noselect (symbol type &optional file) |
| 415 | "Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL. | 415 | "Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL. |
| 416 | TYPE says what type of definition: nil for a function, `defvar' for a | 416 | TYPE says what type of definition: nil for a function, `defvar' for a |
| 417 | variabke, `defface' for a face. This function does not switch to the | 417 | variable, `defface' for a face. This function does not switch to the |
| 418 | buffer nor display it. | 418 | buffer nor display it. |
| 419 | 419 | ||
| 420 | The library where SYMBOL is defined is searched for in FILE or | 420 | The library where SYMBOL is defined is searched for in FILE or |