emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/view.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/view.el
Date: Sat, 03 Dec 2005 09:35:04 -0500

Index: emacs/lisp/view.el
diff -c emacs/lisp/view.el:1.80 emacs/lisp/view.el:1.81
*** emacs/lisp/view.el:1.80     Tue Nov 29 10:53:29 2005
--- emacs/lisp/view.el  Sat Dec  3 14:35:04 2005
***************
*** 439,450 ****
  \\[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.
  
  Entry to view-mode runs the normal hook `view-mode-hook'."
    (interactive "P")
--- 439,452 ----
  \\[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, 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")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]