summaryrefslogtreecommitdiff
path: root/lisp/view.el
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-03-31 23:16:10 +0000
committerRoland McGrath <roland@gnu.org>1993-03-31 23:16:10 +0000
commit79d0c1e7ab49fbcfd61df6fcdbd6d365ee506869 (patch)
tree93e947242834f73541359590514daa9fe803d762 /lisp/view.el
parent54d1c8face2bcd175da82c1805e56b8b22e869e6 (diff)
downloademacs-79d0c1e7ab49fbcfd61df6fcdbd6d365ee506869.tar.gz
(view-buffer-other-window): Remove spurious backslashes from
interactive spec.
Diffstat (limited to 'lisp/view.el')
-rw-r--r--lisp/view.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/view.el b/lisp/view.el
index 5648a016ea1..4629b4fcd6a 100644
--- a/lisp/view.el
+++ b/lisp/view.el
@@ -163,7 +163,7 @@ Space scrolls forward, Delete scrolls backward.
For list of all View commands, type ? or h while viewing.
Calls the value of view-hook if that is non-nil."
- (interactive \"bView buffer:\\nP\")
+ (interactive "bView buffer:\nP")
(let ((return-to (and not-return (current-window-configuration))))
(switch-to-buffer-other-window buffer-name)
(view-mode return-to)))