From 33741144a3ff8bc7bab845059413ba6fa5b348ff Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 31 Mar 1993 23:16:10 +0000 Subject: (view-buffer-other-window): Remove spurious backslashes from interactive spec. --- lisp/view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/view.el') 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))) -- cgit v1.2.1