diff options
| author | Eli Zaretskii | 2005-12-03 14:35:38 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-12-03 14:35:38 +0000 |
| commit | 2f33468cdc444484c081cef431405b7f6fb4d70f (patch) | |
| tree | 7bb8c4bed69f38048f273ad51547ad02b922401d | |
| parent | 79019cc953255795ce4a8a1bb294ed80a2ec8c17 (diff) | |
| download | emacs-2f33468cdc444484c081cef431405b7f6fb4d70f.tar.gz emacs-2f33468cdc444484c081cef431405b7f6fb4d70f.zip | |
(view-mode): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/view.el | 14 |
2 files changed, 10 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 23097fbf3e4..573d3daab41 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2005-12-03 Eli Zaretskii <eliz@gnu.org> | 1 | 2005-12-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * view.el (view-mode): Doc fix. | ||
| 4 | |||
| 3 | * disp-table.el (standard-display-european): Add to the warning | 5 | * disp-table.el (standard-display-european): Add to the warning |
| 4 | message a reference to the doc string. | 6 | message a reference to the doc string. |
| 5 | 7 | ||
diff --git a/lisp/view.el b/lisp/view.el index 4cbc0fe9e4c..ea7762cb7d1 100644 --- a/lisp/view.el +++ b/lisp/view.el | |||
| @@ -439,12 +439,14 @@ p searches backward for last regular expression. | |||
| 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 or view-file-other-frame | 442 | entered by view-file, view-file-other-window, view-file-other-frame, or |
| 443 | \(\\[view-file], \\[view-file-other-window], \\[view-file-other-frame] or the dired mode v command), then \\[View-quit] will | 443 | \\[dired-view-file] \(\\[view-file], \\[view-file-other-window], |
| 444 | try to kill the current buffer. If view-mode was entered from another buffer | 444 | \\[view-file-other-frame], or the Dired mode v command), |
| 445 | as is done by View-buffer, View-buffer-other-window, View-buffer-other frame, | 445 | then \\[View-quit] will try to kill the current buffer. |
| 446 | View-file, View-file-other-window or View-file-other-frame then \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave] | 446 | If view-mode was entered from another buffer, by \\[view-buffer], |
| 447 | will return to that buffer. | 447 | \\[view-buffer-other-window], \\[view-buffer-other frame], \\[view-file], |
| 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. | ||
| 448 | 450 | ||
| 449 | Entry to view-mode runs the normal hook `view-mode-hook'." | 451 | Entry to view-mode runs the normal hook `view-mode-hook'." |
| 450 | (interactive "P") | 452 | (interactive "P") |