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
commit33741144a3ff8bc7bab845059413ba6fa5b348ff (patch)
tree8ab1a075ac9face511a76c45536792aa8f07dfcb /lisp/view.el
parentfb255f72d6dc0814dc632c9d2fdb972c4c10b9b6 (diff)
downloademacs-33741144a3ff8bc7bab845059413ba6fa5b348ff.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)))