summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-help.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-09-11 22:48:22 -0700
committerGlenn Morris <rgm@gnu.org>2013-09-11 22:48:22 -0700
commit16d9f8966f7aa73f9e7bae8e208c7a35c03cb54d (patch)
treea7d482af92a028092ed037c6a6884ef806c62a7c /lisp/calc/calc-help.el
parent96b3f75a809761389cbbdc2eb0ed85f4559a8eef (diff)
downloademacs-16d9f8966f7aa73f9e7bae8e208c7a35c03cb54d.tar.gz
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/calc/calc-help.el')
-rw-r--r--lisp/calc/calc-help.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el
index 2b7b56c3f89..641453568ca 100644
--- a/lisp/calc/calc-help.el
+++ b/lisp/calc/calc-help.el
@@ -30,7 +30,7 @@
(require 'calc-macs)
;; Declare functions which are defined elsewhere.
-(declare-function Info-goto-node "info" (nodename &optional fork))
+(declare-function Info-goto-node "info" (nodename &optional fork strict-case))
(declare-function Info-last "info" ())