emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105205: `image-mode-fit-frame' doc f


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105205: `image-mode-fit-frame' doc fix
Date: Thu, 14 Jul 2011 19:05:43 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105205
fixes bug(s): http://debbugs.gnu.org/7729
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Thu 2011-07-14 19:05:43 +0200
message:
  `image-mode-fit-frame' doc fix
  
  * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
  command
modified:
  lisp/ChangeLog
  lisp/image-mode.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-14 15:23:08 +0000
+++ b/lisp/ChangeLog    2011-07-14 17:05:43 +0000
@@ -1,5 +1,8 @@
 2011-07-14  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * 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

=== modified file 'lisp/image-mode.el'
--- a/lisp/image-mode.el        2011-06-07 18:32:12 +0000
+++ b/lisp/image-mode.el        2011-07-14 17:05:43 +0000
@@ -271,7 +271,7 @@
 ;; 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, ...


reply via email to

[Prev in Thread] Current Thread [Next in Thread]