diff options
| author | Roland McGrath | 1993-03-31 23:16:10 +0000 |
|---|---|---|
| committer | Roland McGrath | 1993-03-31 23:16:10 +0000 |
| commit | 79d0c1e7ab49fbcfd61df6fcdbd6d365ee506869 (patch) | |
| tree | 93e947242834f73541359590514daa9fe803d762 | |
| parent | 54d1c8face2bcd175da82c1805e56b8b22e869e6 (diff) | |
| download | emacs-79d0c1e7ab49fbcfd61df6fcdbd6d365ee506869.tar.gz emacs-79d0c1e7ab49fbcfd61df6fcdbd6d365ee506869.zip | |
(view-buffer-other-window): Remove spurious backslashes from
interactive spec.
| -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. | |||
| 163 | For list of all View commands, type ? or h while viewing. | 163 | For list of all View commands, type ? or h while viewing. |
| 164 | 164 | ||
| 165 | Calls the value of view-hook if that is non-nil." | 165 | Calls the value of view-hook if that is non-nil." |
| 166 | (interactive \"bView buffer:\\nP\") | 166 | (interactive "bView buffer:\nP") |
| 167 | (let ((return-to (and not-return (current-window-configuration)))) | 167 | (let ((return-to (and not-return (current-window-configuration)))) |
| 168 | (switch-to-buffer-other-window buffer-name) | 168 | (switch-to-buffer-other-window buffer-name) |
| 169 | (view-mode return-to))) | 169 | (view-mode return-to))) |