]> git.eshelyaron.com Git - emacs.git/commitdiff
(view-mode): Fix typos in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 28 Mar 2007 09:16:41 +0000 (09:16 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 28 Mar 2007 09:16:41 +0000 (09:16 +0000)
lisp/ChangeLog
lisp/view.el

index e834d93fc7a41f43cd9e5da78b11834e79a7d54e..24252af8386400f7c9ab607c1331f7dba4e142ae 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * view.el (view-mode): Fix typos in docstring.
+
 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
 
        * recentf.el (recentf-save-file): Add a custom :set function.
index f914624d6f6f13a1d145be0be125fa4034c0d4de..8dd9e032868f83b6f7c40e311eb070152a00f4b9 100644 (file)
@@ -438,7 +438,7 @@ p   searches backward for last regular expression.
 \\[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 @@ 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.
+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")