aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/table.el
diff options
context:
space:
mode:
authorGlenn Morris2009-08-21 07:24:26 +0000
committerGlenn Morris2009-08-21 07:24:26 +0000
commitd5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6 (patch)
treec63b6d50f533e1b8329c289f09f3e4d3de53eeb9 /lisp/textmodes/table.el
parenta8ab722f607b850b8dba6eb17674df18861f73d6 (diff)
downloademacs-d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6.tar.gz
emacs-d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6.zip
Use help-print-return-message rather than the now obsolete alias.
Diffstat (limited to 'lisp/textmodes/table.el')
-rw-r--r--lisp/textmodes/table.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el
index 0038cd70e4b..90337e734f5 100644
--- a/lisp/textmodes/table.el
+++ b/lisp/textmodes/table.el
@@ -1,12 +1,12 @@
1;;; table.el --- create and edit WYSIWYG text based embedded tables 1;;; table.el --- create and edit WYSIWYG text based embedded tables
2 2
3;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 3;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
4;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 4;; 2009 Free Software Foundation, Inc.
5 5
6;; Keywords: wp, convenience 6;; Keywords: wp, convenience
7;; Author: Takaaki Ota <Takaaki.Ota@am.sony.com> 7;; Author: Takaaki Ota <Takaaki.Ota@am.sony.com>
8;; Created: Sat Jul 08 2000 13:28:45 (PST) 8;; Created: Sat Jul 08 2000 13:28:45 (PST)
9;; Revised: Thu Jan 08 2009 20:17:04 (PST) 9;; Revised: Fri Aug 21 2009 00:16:58 (PDT)
10 10
11;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.
12 12
@@ -4078,7 +4078,7 @@ fit in the cell width the word is folded into the next line. The
4078folded location is marked by a continuation character which is 4078folded location is marked by a continuation character which is
4079specified in the variable `table-word-continuation-char'. 4079specified in the variable `table-word-continuation-char'.
4080") 4080")
4081 (print-help-return-message)))) 4081 (help-print-return-message))))
4082 4082
4083(defun *table--cell-describe-bindings () 4083(defun *table--cell-describe-bindings ()
4084 "Table cell version of `describe-bindings'." 4084 "Table cell version of `describe-bindings'."
@@ -4096,7 +4096,7 @@ key binding
4096 (key-description (car binding)) 4096 (key-description (car binding))
4097 (cdr binding)))) 4097 (cdr binding))))
4098 table-cell-bindings) 4098 table-cell-bindings)
4099 (print-help-return-message)))) 4099 (help-print-return-message))))
4100 4100
4101(defun *table--cell-dabbrev-expand (arg) 4101(defun *table--cell-dabbrev-expand (arg)
4102 "Table cell version of `dabbrev-expand'." 4102 "Table cell version of `dabbrev-expand'."