summaryrefslogtreecommitdiff
path: root/lisp/view.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-03-28 09:16:41 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-03-28 09:16:41 +0000
commit38acf670fb405e26d1f749aa2d465db688e321e3 (patch)
tree90cf4c90207250917a1ed54dedf29b6b067743db /lisp/view.el
parent86b8a072ee4f194db5ff3035ad91d948a01f3061 (diff)
downloademacs-38acf670fb405e26d1f749aa2d465db688e321e3.tar.gz
(view-mode): Fix typos in docstring.
Diffstat (limited to 'lisp/view.el')
-rw-r--r--lisp/view.el4
1 files changed, 2 insertions, 2 deletions
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")