1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Use help-print-return-message rather than the now obsolete alias.

This commit is contained in:
Glenn Morris 2009-08-21 07:24:26 +00:00
parent a8ab722f60
commit d5d105e863
15 changed files with 53 additions and 36 deletions

View file

@ -1,12 +1,12 @@
;;; table.el --- create and edit WYSIWYG text based embedded tables
;; Copyright (C) 2000, 2001, 2002, 2003, 2004,
;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
;; 2009 Free Software Foundation, Inc.
;; Keywords: wp, convenience
;; Author: Takaaki Ota <Takaaki.Ota@am.sony.com>
;; Created: Sat Jul 08 2000 13:28:45 (PST)
;; Revised: Thu Jan 08 2009 20:17:04 (PST)
;; Revised: Fri Aug 21 2009 00:16:58 (PDT)
;; This file is part of GNU Emacs.
@ -4078,7 +4078,7 @@ fit in the cell width the word is folded into the next line. The
folded location is marked by a continuation character which is
specified in the variable `table-word-continuation-char'.
")
(print-help-return-message))))
(help-print-return-message))))
(defun *table--cell-describe-bindings ()
"Table cell version of `describe-bindings'."
@ -4096,7 +4096,7 @@ key binding
(key-description (car binding))
(cdr binding))))
table-cell-bindings)
(print-help-return-message))))
(help-print-return-message))))
(defun *table--cell-dabbrev-expand (arg)
"Table cell version of `dabbrev-expand'."