aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/find-func.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el
index 6b295cfcc91..dbe6b6a672d 100644
--- a/lisp/emacs-lisp/find-func.el
+++ b/lisp/emacs-lisp/find-func.el
@@ -297,6 +297,7 @@ See `find-function' for more details."
297 (interactive (find-function-read)) 297 (interactive (find-function-read))
298 (find-function-do-it function nil 'switch-to-buffer-other-frame)) 298 (find-function-do-it function nil 'switch-to-buffer-other-frame))
299 299
300;;;###autoload
300(defun find-variable-noselect (variable) 301(defun find-variable-noselect (variable)
301 "Returns a pair `(buffer . point)' pointing to the definition of SYMBOL. 302 "Returns a pair `(buffer . point)' pointing to the definition of SYMBOL.
302 303