summaryrefslogtreecommitdiff
path: root/lisp/calc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-08-21 07:24:26 +0000
committerGlenn Morris <rgm@gnu.org>2009-08-21 07:24:26 +0000
commitd5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6 (patch)
treec63b6d50f533e1b8329c289f09f3e4d3de53eeb9 /lisp/calc
parenta8ab722f607b850b8dba6eb17674df18861f73d6 (diff)
downloademacs-d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6.tar.gz
emacs-d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6.tar.bz2
emacs-d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6.zip
Use help-print-return-message rather than the now obsolete alias.
Diffstat (limited to 'lisp/calc')
-rw-r--r--lisp/calc/calc-help.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el
index 19a438cda16..ced9fbad220 100644
--- a/lisp/calc/calc-help.el
+++ b/lisp/calc/calc-help.el
@@ -1,7 +1,7 @@
;;; calc-help.el --- help display functions for Calc,
-;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, 2005,
+;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
@@ -283,7 +283,7 @@ C-w Describe how there is no warranty for Calc."
(beginning-of-line)
(princ (buffer-substring pt (point))))
(setq notes (cdr notes)))
- (print-help-return-message)))
+ (help-print-return-message)))
(calc-unread-command (cdr key)))))
(if (or (null defn) (integerp defn))
(message "%s is undefined" desc)
@@ -466,7 +466,7 @@ C-w Describe how there is no warranty for Calc."
calc-shift-Y-prefix-help
calc-shift-Z-prefix-help
calc-z-prefix-help)))
- (print-help-return-message)))
+ (help-print-return-message)))
(defun calc-h-prefix-help ()
(interactive)