diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2005-05-27 21:45:14 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2005-05-27 21:45:14 +0000 |
commit | 1565a620708ff16527b2588b89ce1329f907b447 (patch) | |
tree | a75febee95bb81d4253c3beb8b88595f55872a40 /lisp/calc | |
parent | 4f0ea16cbae5cf530deac348187d8d0b6916a033 (diff) | |
download | emacs-1565a620708ff16527b2588b89ce1329f907b447.tar.gz emacs-1565a620708ff16527b2588b89ce1329f907b447.tar.bz2 emacs-1565a620708ff16527b2588b89ce1329f907b447.zip |
(calc-info-goto-node): Use info instead of Info-goto-node.
Diffstat (limited to 'lisp/calc')
-rw-r--r-- | lisp/calc/calc-misc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-misc.el b/lisp/calc/calc-misc.el index e8bdfe2fa5a..ce0da11ecaa 100644 --- a/lisp/calc/calc-misc.el +++ b/lisp/calc/calc-misc.el @@ -160,7 +160,7 @@ Calc user interface as before (either M-# C or M-# K; initially M-# C)." "Go to a node in the Calculator info documentation." (interactive) (select-window (get-largest-window)) - (Info-goto-node (concat "(Calc)" node))) + (info (concat "(Calc)" node))) (defun calc-tutorial () "Run the Emacs Info system on the Calculator Tutorial." |