diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/doc-view.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/doc-view.el b/lisp/doc-view.el index aaa68bf6387..505c2311d7b 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el | |||
| @@ -943,7 +943,8 @@ If BACKWARD is non-nil, jump to the previous match." | |||
| 943 | (defun doc-view-mode () | 943 | (defun doc-view-mode () |
| 944 | "Major mode in DocView buffers. | 944 | "Major mode in DocView buffers. |
| 945 | You can use \\<doc-view-mode-map>\\[doc-view-toggle-display] to | 945 | You can use \\<doc-view-mode-map>\\[doc-view-toggle-display] to |
| 946 | toggle between displaying the document or editing it as text." | 946 | toggle between displaying the document or editing it as text. |
| 947 | \\{doc-view-mode-map}" | ||
| 947 | (interactive) | 948 | (interactive) |
| 948 | 949 | ||
| 949 | (let* ((prev-major-mode (if (eq major-mode 'doc-view-mode) | 950 | (let* ((prev-major-mode (if (eq major-mode 'doc-view-mode) |