diff options
| author | Juanma Barranquero | 2007-03-28 09:16:41 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-03-28 09:16:41 +0000 |
| commit | 38acf670fb405e26d1f749aa2d465db688e321e3 (patch) | |
| tree | 90cf4c90207250917a1ed54dedf29b6b067743db | |
| parent | 86b8a072ee4f194db5ff3035ad91d948a01f3061 (diff) | |
| download | emacs-38acf670fb405e26d1f749aa2d465db688e321e3.tar.gz emacs-38acf670fb405e26d1f749aa2d465db688e321e3.zip | |
(view-mode): Fix typos in docstring.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/view.el | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e834d93fc7a..24252af8386 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-03-28 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * view.el (view-mode): Fix typos in docstring. | ||
| 4 | |||
| 1 | 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net> | 5 | 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net> |
| 2 | 6 | ||
| 3 | * recentf.el (recentf-save-file): Add a custom :set function. | 7 | * recentf.el (recentf-save-file): Add a custom :set function. |
diff --git a/lisp/view.el b/lisp/view.el index f914624d6f6..8dd9e032868 100644 --- a/lisp/view.el +++ b/lisp/view.el | |||
| @@ -438,7 +438,7 @@ p searches backward for last regular expression. | |||
| 438 | \\[View-leave] quit View mode and maybe switch buffers, but don't kill this buffer. | 438 | \\[View-leave] quit View mode and maybe switch buffers, but don't kill this buffer. |
| 439 | \\[View-kill-and-leave] quit View mode, kill current buffer and go back to other buffer. | 439 | \\[View-kill-and-leave] quit View mode, kill current buffer and go back to other buffer. |
| 440 | 440 | ||
| 441 | The effect of \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave] depends on how view-mode was entered. If it was | 441 | The effect of \\[View-leave], \\[View-quit] and \\[View-kill-and-leave] depends on how view-mode was entered. If it was |
| 442 | entered by view-file, view-file-other-window, view-file-other-frame, or | 442 | entered by view-file, view-file-other-window, view-file-other-frame, or |
| 443 | \\[dired-view-file] \(\\[view-file], \\[view-file-other-window], | 443 | \\[dired-view-file] \(\\[view-file], \\[view-file-other-window], |
| 444 | \\[view-file-other-frame], or the Dired mode v command), | 444 | \\[view-file-other-frame], or the Dired mode v command), |
| @@ -446,7 +446,7 @@ then \\[View-quit] will try to kill the current buffer. | |||
| 446 | If view-mode was entered from another buffer, by \\[view-buffer], | 446 | If view-mode was entered from another buffer, by \\[view-buffer], |
| 447 | \\[view-buffer-other-window], \\[view-buffer-other frame], \\[view-file], | 447 | \\[view-buffer-other-window], \\[view-buffer-other frame], \\[view-file], |
| 448 | \\[view-file-other-window], or \\[view-file-other-frame], | 448 | \\[view-file-other-window], or \\[view-file-other-frame], |
| 449 | then \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave] will return to that buffer. | 449 | then \\[View-leave], \\[View-quit] and \\[View-kill-and-leave] will return to that buffer. |
| 450 | 450 | ||
| 451 | Entry to view-mode runs the normal hook `view-mode-hook'." | 451 | Entry to view-mode runs the normal hook `view-mode-hook'." |
| 452 | (interactive "P") | 452 | (interactive "P") |