aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/image-mode.el2
2 files changed, 4 insertions, 1 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
diff --git a/lisp/image-mode.el b/lisp/image-mode.el
index 7082cfc57ad..f75f4e20219 100644
--- a/lisp/image-mode.el
+++ b/lisp/image-mode.el
@@ -271,7 +271,7 @@ stopping if the top or bottom edge of the image is reached."
271;; Adjust frame and image size. 271;; Adjust frame and image size.
272 272
273(defun image-mode-fit-frame () 273(defun image-mode-fit-frame ()
274 "Fit the frame to the current image. 274 "Toggle whether to fit the frame to the current image.
275This function assumes the current frame has only one window." 275This function assumes the current frame has only one window."
276 ;; FIXME: This does not take into account decorations like mode-line, 276 ;; FIXME: This does not take into account decorations like mode-line,
277 ;; minibuffer, header-line, ... 277 ;; minibuffer, header-line, ...