1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Update some function declarations

* calc/calc-help.el (Info-goto-node):
* progmodes/cperl-mode.el (Info-find-node):
* vc/ediff.el (Info-goto-node): Update declarations.
This commit is contained in:
Glenn Morris 2013-09-11 22:48:22 -07:00
parent 96b3f75a80
commit 16d9f8966f
4 changed files with 7 additions and 3 deletions

View file

@ -6535,7 +6535,7 @@ side-effect of memorizing only. Examples in `cperl-style-examples'."
(eval '(mode-compile)))) ; Avoid a warning
(declare-function Info-find-node "info"
(filename nodename &optional no-going-back))
(filename nodename &optional no-going-back strict-case))
(defun cperl-info-buffer (type)
;; Returns buffer with documentation. Creates if missing.