emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/table.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/table.el
Date: Thu, 02 Feb 2006 15:12:19 +0000

Index: emacs/lisp/textmodes/table.el
diff -u emacs/lisp/textmodes/table.el:1.23 emacs/lisp/textmodes/table.el:1.24
--- emacs/lisp/textmodes/table.el:1.23  Thu Jan 19 19:03:24 2006
+++ emacs/lisp/textmodes/table.el       Thu Feb  2 15:12:17 2006
@@ -4076,7 +4076,7 @@
 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-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'."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]