diff options
| author | Lars Magne Ingebrigtsen | 2011-07-14 19:05:43 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-14 19:05:43 +0200 |
| commit | 5b2d4a662ba8db94b8a5ad5f201659f5ac09d79c (patch) | |
| tree | 33afba74d67bef19a8daf8b95ef4d1af352746c8 | |
| parent | 7509a874332af5ea1ce20a36f7dccd207b5090c3 (diff) | |
| download | emacs-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
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/image-mode.el | 2 |
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 @@ | |||
| 1 | 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2011-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. |
| 275 | This function assumes the current frame has only one window." | 275 | This 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, ... |