]> git.eshelyaron.com Git - emacs.git/commitdiff
(view-mode): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Dec 2005 14:35:38 +0000 (14:35 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Dec 2005 14:35:38 +0000 (14:35 +0000)
lisp/ChangeLog
lisp/view.el

index 23097fbf3e4d587cfc182235f33fdfe8bb2747b2..573d3daab41a002f4e42ace1a2b39f250d802af0 100644 (file)
@@ -1,5 +1,7 @@
 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
 
+       * view.el (view-mode): Doc fix.
+
        * disp-table.el (standard-display-european): Add to the warning
        message a reference to the doc string.
 
index 4cbc0fe9e4ca394027f529674559978e4f0f6a12..ea7762cb7d1431d7dd2209d76fafca7fab6754b1 100644 (file)
@@ -439,12 +439,14 @@ p searches backward for last regular expression.
 \\[View-kill-and-leave]        quit View mode, kill current buffer and go back to other buffer.
 
 The effect of \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave] depends on how view-mode was entered.  If it was
-entered by view-file, view-file-other-window or view-file-other-frame
-\(\\[view-file], \\[view-file-other-window], \\[view-file-other-frame] or the dired mode v command), then \\[View-quit] will
-try to kill the current buffer.  If view-mode was entered from another buffer
-as is done by View-buffer, View-buffer-other-window, View-buffer-other frame,
-View-file, View-file-other-window or View-file-other-frame then \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave]
-will return to that buffer.
+entered by view-file, view-file-other-window, view-file-other-frame, or
+\\[dired-view-file] \(\\[view-file], \\[view-file-other-window],
+\\[view-file-other-frame], or the Dired mode v command),
+then \\[View-quit] will try to kill the current buffer.
+If view-mode was entered from another buffer, by \\[view-buffer],
+\\[view-buffer-other-window], \\[view-buffer-other frame], \\[view-file],
+\\[view-file-other-window], or \\[view-file-other-frame],
+then \\[View-leave] , \\[View-quit] and \\[View-kill-and-leave] will return to that buffer.
 
 Entry to view-mode runs the normal hook `view-mode-hook'."
   (interactive "P")