]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/debug.el (help-xref-interned): Update declaration.
authorGlenn Morris <rgm@gnu.org>
Tue, 5 May 2015 00:22:15 +0000 (20:22 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 5 May 2015 00:22:15 +0000 (20:22 -0400)
lisp/emacs-lisp/debug.el

index ce5c7863c3cd64ad83daa149ea3895f3b8858fbd..9d32ba241debb9a078088f3857a4383cfb51870f 100644 (file)
@@ -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.