]> git.eshelyaron.com Git - emacs.git/commitdiff
`image-mode-fit-frame' doc fix
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 14 Jul 2011 17:05:43 +0000 (19:05 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 14 Jul 2011 17:05:43 +0000 (19:05 +0200)
* image-mode.el (image-mode-fit-frame): Mention that it's a toggle
command

Fixes: debbugs:7729
lisp/ChangeLog
lisp/image-mode.el

index 088323ee871030035d8d7ed068d940e9c9aff550..66c0e80e23a29b67488d857abbc8bc82715832de 100644 (file)
@@ -1,5 +1,8 @@
 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
+       command (bug#7729).
+
        * rect.el (apply-on-rectangle): Return the point after the last
        operation.
        (string-rectangle): Go to the point after the last operation
index 7082cfc57ad82fa69e342c81556cf07ba21756d9..f75f4e2021986dd191368cc011cb64b582d1e504 100644 (file)
@@ -271,7 +271,7 @@ stopping if the top or bottom edge of the image is reached."
 ;; Adjust frame and image size.
 
 (defun image-mode-fit-frame ()
-  "Fit the frame to the current image.
+  "Toggle whether to fit the frame to the current image.
 This function assumes the current frame has only one window."
   ;; FIXME: This does not take into account decorations like mode-line,
   ;; minibuffer, header-line, ...