diff options
author | Roland McGrath <roland@gnu.org> | 1993-03-31 23:16:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1993-03-31 23:16:10 +0000 |
commit | 33741144a3ff8bc7bab845059413ba6fa5b348ff (patch) | |
tree | 8ab1a075ac9face511a76c45536792aa8f07dfcb /lisp | |
parent | fb255f72d6dc0814dc632c9d2fdb972c4c10b9b6 (diff) | |
download | emacs-33741144a3ff8bc7bab845059413ba6fa5b348ff.tar.gz |
(view-buffer-other-window): Remove spurious backslashes from
interactive spec.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/view.el | 2 |
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))) |