summaryrefslogtreecommitdiff
path: root/lisp/textmodes/table.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2006-02-02 15:12:17 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2006-02-02 15:12:17 +0000
commit7b8e06aaa68ef6015d46f6f1fc2567ac67ac5d68 (patch)
treede556f8ccb6f6b6e5712b6cd8bbf2200a73aebb3 /lisp/textmodes/table.el
parentc36f1e67800423383832447c45e6125bf46efc7a (diff)
downloademacs-7b8e06aaa68ef6015d46f6f1fc2567ac67ac5d68.tar.gz
(*table--cell-describe-mode, *table--cell-describe-bindings): Undo last change
since print-help-return-message is not obsoleted by anything at all.
Diffstat (limited to 'lisp/textmodes/table.el')
-rw-r--r--lisp/textmodes/table.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el
index db8d2c94c46..6c9463fe11e 100644
--- a/lisp/textmodes/table.el
+++ b/lisp/textmodes/table.el
@@ -4076,7 +4076,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'.
")
- (help-print-return-message))))
+ (print-help-return-message))))
(defun *table--cell-describe-bindings ()
"Table cell version of `describe-bindings'."
@@ -4094,7 +4094,7 @@ key binding
(key-description (car binding))
(cdr binding))))
table-cell-bindings)
- (help-print-return-message))))
+ (print-help-return-message))))
(defun *table--cell-dabbrev-expand (arg)
"Table cell version of `dabbrev-expand'."