From: Juanma Barranquero Date: Wed, 28 Mar 2007 09:16:41 +0000 (+0000) Subject: (view-mode): Fix typos in docstring. X-Git-Tag: emacs-pretest-22.0.97~137 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38acf670fb405e26d1f749aa2d465db688e321e3;p=emacs.git (view-mode): Fix typos in docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e834d93fc7a..24252af8386 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-03-28 Juanma Barranquero + + * view.el (view-mode): Fix typos in docstring. + 2007-03-28 Stephen Berman * recentf.el (recentf-save-file): Add a custom :set function. diff --git a/lisp/view.el b/lisp/view.el index f914624d6f6..8dd9e032868 100644 --- a/lisp/view.el +++ b/lisp/view.el @@ -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")