* lisp/emacs-lisp/debug.el (help-xref-interned): Update declaration.
This commit is contained in:
parent
7ccf25770a
commit
a6b6ab22d5
1 changed files with 2 additions and 1 deletions
|
@ -731,7 +731,8 @@ Complete list of commands:
|
|||
(buffer-substring (line-beginning-position 0)
|
||||
(line-end-position 0)))))
|
||||
|
||||
(declare-function help-xref-interned "help-mode" (symbol))
|
||||
(declare-function help-xref-interned "help-mode"
|
||||
(symbol &optional buffer frame))
|
||||
|
||||
(defun debug-help-follow (&optional pos)
|
||||
"Follow cross-reference at POS, defaulting to point.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue