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,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/view.el,v
Date: Wed, 28 Mar 2007 09:14:14 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/03/28 09:14:13

Index: view.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/view.el,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -b -r1.83 -r1.84
--- view.el     21 Jan 2007 03:53:10 -0000      1.83
+++ view.el     28 Mar 2007 09:14:13 -0000      1.84
@@ -438,7 +438,7 @@
 \\[View-leave] quit View mode and maybe switch buffers, but don't kill this 
buffer.
 \\[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
+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),
@@ -446,7 +446,7 @@
 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.
+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]