diff options
| author | Glenn Morris | 2009-08-21 07:24:26 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-08-21 07:24:26 +0000 |
| commit | d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6 (patch) | |
| tree | c63b6d50f533e1b8329c289f09f3e4d3de53eeb9 /lisp/ChangeLog | |
| parent | a8ab722f607b850b8dba6eb17674df18861f73d6 (diff) | |
| download | emacs-d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6.tar.gz emacs-d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6.zip | |
Use help-print-return-message rather than the now obsolete alias.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fbab5bc818c..5cd5ec74fe8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,22 @@ | |||
| 1 | 2009-08-21 Glenn Morris <rgm@gnu.org> | 1 | 2009-08-21 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * apropos.el (apropos-command): | ||
| 4 | * ehelp.el (electric-helpify): | ||
| 5 | * printing.el (pr-show-setup): | ||
| 6 | * strokes.el (strokes-help): | ||
| 7 | * tutorial.el (tutorial--describe-nonstandard-key) | ||
| 8 | (tutorial--detailed-help): | ||
| 9 | * woman.el (woman-mini-help, woman-display-extended-fonts): | ||
| 10 | * calc/calc-help.el (calc-describe-key): | ||
| 11 | * emulation/edt.el (edt-electric-helpify): | ||
| 12 | * international/mule-diag.el (mule-diag): | ||
| 13 | * play/yow.el (apropos-zippy): | ||
| 14 | * progmodes/python.el (python-describe-symbol): | ||
| 15 | * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode): | ||
| 16 | * textmodes/table.el (*table--cell-describe-mode) | ||
| 17 | (*table--cell-describe-bindings): | ||
| 18 | Use help-print-return-message rather than the now obsolete alias. | ||
| 19 | |||
| 3 | * calendar/cal-move.el (calendar-cursor-to-nearest-date) | 20 | * calendar/cal-move.el (calendar-cursor-to-nearest-date) |
| 4 | (calendar-cursor-to-visible-date): Use forward-line, not goto-line. | 21 | (calendar-cursor-to-visible-date): Use forward-line, not goto-line. |
| 5 | 22 | ||