changeset 2444:5a563f113d6a

(view-buffer-other-window): Remove spurious backslashes from interactive spec.
author Roland McGrath <roland@gnu.org>
date Wed, 31 Mar 1993 23:16:10 +0000
parents fa26210d3028
children c6ad6845e1b2
files lisp/view.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))