From 2f33468cdc444484c081cef431405b7f6fb4d70f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 3 Dec 2005 14:35:38 +0000 Subject: [PATCH] (view-mode): Doc fix. --- lisp/ChangeLog | 2 ++ 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 @@ 2005-12-03 Eli Zaretskii + * view.el (view-mode): Doc fix. + * disp-table.el (standard-display-european): Add to the warning message a reference to the doc string. 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. \\[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") -- 2.39.2