aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc
diff options
context:
space:
mode:
authorGlenn Morris2013-09-11 22:48:22 -0700
committerGlenn Morris2013-09-11 22:48:22 -0700
commit16d9f8966f7aa73f9e7bae8e208c7a35c03cb54d (patch)
treea7d482af92a028092ed037c6a6884ef806c62a7c /lisp/vc
parent96b3f75a809761389cbbdc2eb0ed85f4559a8eef (diff)
downloademacs-16d9f8966f7aa73f9e7bae8e208c7a35c03cb54d.tar.gz
emacs-16d9f8966f7aa73f9e7bae8e208c7a35c03cb54d.zip
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.
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/ediff.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/ediff.el b/lisp/vc/ediff.el
index 9ab592587c9..fc47bf0fc10 100644
--- a/lisp/vc/ediff.el
+++ b/lisp/vc/ediff.el
@@ -1481,7 +1481,7 @@ When called interactively, displays the version."
1481 (format "Ediff %s of %s" ediff-version ediff-date))) 1481 (format "Ediff %s of %s" ediff-version ediff-date)))
1482 1482
1483;; info is run first, and will autoload info.el. 1483;; info is run first, and will autoload info.el.
1484(declare-function Info-goto-node "info" (nodename &optional fork)) 1484(declare-function Info-goto-node "info" (nodename &optional fork strict-case))
1485 1485
1486;;;###autoload 1486;;;###autoload
1487(defun ediff-documentation (&optional node) 1487(defun ediff-documentation (&optional node)