aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-12-03 14:35:38 +0000
committerEli Zaretskii2005-12-03 14:35:38 +0000
commit2f33468cdc444484c081cef431405b7f6fb4d70f (patch)
tree7bb8c4bed69f38048f273ad51547ad02b922401d
parent79019cc953255795ce4a8a1bb294ed80a2ec8c17 (diff)
downloademacs-2f33468cdc444484c081cef431405b7f6fb4d70f.tar.gz
emacs-2f33468cdc444484c081cef431405b7f6fb4d70f.zip
(view-mode): Doc fix.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/view.el14
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 @@
12005-12-03 Eli Zaretskii <eliz@gnu.org> 12005-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
441The effect of \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave] depends on how view-mode was entered. If it was 441The effect of \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave] depends on how view-mode was entered. If it was
442entered by view-file, view-file-other-window or view-file-other-frame 442entered 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],
444try to kill the current buffer. If view-mode was entered from another buffer 444\\[view-file-other-frame], or the Dired mode v command),
445as is done by View-buffer, View-buffer-other-window, View-buffer-other frame, 445then \\[View-quit] will try to kill the current buffer.
446View-file, View-file-other-window or View-file-other-frame then \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave] 446If view-mode was entered from another buffer, by \\[view-buffer],
447will 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],
449then \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave] will return to that buffer.
448 450
449Entry to view-mode runs the normal hook `view-mode-hook'." 451Entry to view-mode runs the normal hook `view-mode-hook'."
450 (interactive "P") 452 (interactive "P")