aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2006-02-02 15:12:17 +0000
committerStefan Monnier2006-02-02 15:12:17 +0000
commit7b8e06aaa68ef6015d46f6f1fc2567ac67ac5d68 (patch)
treede556f8ccb6f6b6e5712b6cd8bbf2200a73aebb3
parentc36f1e67800423383832447c45e6125bf46efc7a (diff)
downloademacs-7b8e06aaa68ef6015d46f6f1fc2567ac67ac5d68.tar.gz
emacs-7b8e06aaa68ef6015d46f6f1fc2567ac67ac5d68.zip
(*table--cell-describe-mode, *table--cell-describe-bindings): Undo last change
since print-help-return-message is not obsoleted by anything at all.
-rw-r--r--lisp/ChangeLog11
-rw-r--r--lisp/textmodes/table.el4
2 files changed, 10 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 22798bb24ff..993053b0a5a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * textmodes/table.el (*table--cell-describe-mode)
4 (*table--cell-describe-bindings): Undo last change since
5 print-help-return-message is not obsoleted by anything at all.
6
12006-02-02 Luc Teirlinck <teirllm@auburn.edu> 72006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2 8
3 * emulation/cua-base.el (cua-mode): Doc fix. 9 * emulation/cua-base.el (cua-mode): Doc fix.
@@ -19,8 +25,7 @@
19 (hi-lock-file-patterns-range): Fix typos in docstrings. 25 (hi-lock-file-patterns-range): Fix typos in docstrings.
20 26
21 * savehist.el (savehist-loaded, savehist-load, savehist-install) 27 * savehist.el (savehist-loaded, savehist-load, savehist-install)
22 (savehist-autosave, savehist-trim-history): Fix typos in 28 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
23 docstrings.
24 29
25 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag): 30 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
26 Fix typo in docstring. 31 Fix typo in docstring.
@@ -66,7 +71,7 @@
662006-01-31 Richard M. Stallman <rms@gnu.org> 712006-01-31 Richard M. Stallman <rms@gnu.org>
67 72
68 * replace.el (multi-occur): Doc fix. 73 * replace.el (multi-occur): Doc fix.
69 (multi-occur-in-matching-buffers): Renamed from 74 (multi-occur-in-matching-buffers): Rename from
70 multi-occur-by-filename-regexp. Prefix arg says match 75 multi-occur-by-filename-regexp. Prefix arg says match
71 buffer names instead of file names. 76 buffer names instead of file names.
72 77
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
4076folded location is marked by a continuation character which is 4076folded location is marked by a continuation character which is
4077specified in the variable `table-word-continuation-char'. 4077specified in the variable `table-word-continuation-char'.
4078") 4078")
4079 (help-print-return-message)))) 4079 (print-help-return-message))))
4080 4080
4081(defun *table--cell-describe-bindings () 4081(defun *table--cell-describe-bindings ()
4082 "Table cell version of `describe-bindings'." 4082 "Table cell version of `describe-bindings'."
@@ -4094,7 +4094,7 @@ key binding
4094 (key-description (car binding)) 4094 (key-description (car binding))
4095 (cdr binding)))) 4095 (cdr binding))))
4096 table-cell-bindings) 4096 table-cell-bindings)
4097 (help-print-return-message)))) 4097 (print-help-return-message))))
4098 4098
4099(defun *table--cell-dabbrev-expand (arg) 4099(defun *table--cell-dabbrev-expand (arg)
4100 "Table cell version of `dabbrev-expand'." 4100 "Table cell version of `dabbrev-expand'."