# HG changeset patch # User Roland McGrath # Date 733619770 0 # Node ID 5a563f113d6a98ccea3adc5ab04176103f3adffd # Parent fa26210d302832a5b0d9eb4defb667bad4661210 (view-buffer-other-window): Remove spurious backslashes from interactive spec. diff -r fa26210d3028 -r 5a563f113d6a lisp/view.el --- a/lisp/view.el Wed Mar 31 23:12:07 1993 +0000 +++ b/lisp/view.el Wed Mar 31 23:16:10 1993 +0000 @@ -163,7 +163,7 @@ 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)))