aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-14 19:05:43 +0200
committerLars Magne Ingebrigtsen2011-07-14 19:05:43 +0200
commit5b2d4a662ba8db94b8a5ad5f201659f5ac09d79c (patch)
tree33afba74d67bef19a8daf8b95ef4d1af352746c8 /lisp/ChangeLog
parent7509a874332af5ea1ce20a36f7dccd207b5090c3 (diff)
downloademacs-5b2d4a662ba8db94b8a5ad5f201659f5ac09d79c.tar.gz
emacs-5b2d4a662ba8db94b8a5ad5f201659f5ac09d79c.zip
`image-mode-fit-frame' doc fix
* image-mode.el (image-mode-fit-frame): Mention that it's a toggle command Fixes: debbugs:7729
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 088323ee871..66c0e80e23a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org> 12011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
4 command (bug#7729).
5
3 * rect.el (apply-on-rectangle): Return the point after the last 6 * rect.el (apply-on-rectangle): Return the point after the last
4 operation. 7 operation.
5 (string-rectangle): Go to the point after the last operation 8 (string-rectangle): Go to the point after the last operation