diff options
| author | Stefan Monnier | 2008-02-01 03:00:55 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-02-01 03:00:55 +0000 |
| commit | 5c1f16b06eaa73689a062dcbdfa7f04169e29eed (patch) | |
| tree | 6319d00e2a819dde3fdd71bd4cb5c0149d95a6f6 /lisp | |
| parent | 68e7476278a3dc4bd13dab63cc23bc0e671e5525 (diff) | |
| download | emacs-5c1f16b06eaa73689a062dcbdfa7f04169e29eed.tar.gz emacs-5c1f16b06eaa73689a062dcbdfa7f04169e29eed.zip | |
(doc-view-mode): Improve docstring.
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) |