aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-05-04 20:22:15 -0400
committerGlenn Morris2015-05-04 20:22:15 -0400
commita6b6ab22d54fea02bd93d906b15cc82d7a11744c (patch)
tree5edac3ecb485ce5c9bf6d102db1ca6a6adaf3d8a
parent7ccf25770a600034881b19f6923882b0e06609b6 (diff)
downloademacs-a6b6ab22d54fea02bd93d906b15cc82d7a11744c.tar.gz
emacs-a6b6ab22d54fea02bd93d906b15cc82d7a11744c.zip
* lisp/emacs-lisp/debug.el (help-xref-interned): Update declaration.
-rw-r--r--lisp/emacs-lisp/debug.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index ce5c7863c3c..9d32ba241de 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -731,7 +731,8 @@ Complete list of commands:
731 (buffer-substring (line-beginning-position 0) 731 (buffer-substring (line-beginning-position 0)
732 (line-end-position 0))))) 732 (line-end-position 0)))))
733 733
734(declare-function help-xref-interned "help-mode" (symbol)) 734(declare-function help-xref-interned "help-mode"
735 (symbol &optional buffer frame))
735 736
736(defun debug-help-follow (&optional pos) 737(defun debug-help-follow (&optional pos)
737 "Follow cross-reference at POS, defaulting to point. 738 "Follow cross-reference at POS, defaulting to point.