aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier2008-02-01 03:00:55 +0000
committerStefan Monnier2008-02-01 03:00:55 +0000
commit5c1f16b06eaa73689a062dcbdfa7f04169e29eed (patch)
tree6319d00e2a819dde3fdd71bd4cb5c0149d95a6f6 /lisp
parent68e7476278a3dc4bd13dab63cc23bc0e671e5525 (diff)
downloademacs-5c1f16b06eaa73689a062dcbdfa7f04169e29eed.tar.gz
emacs-5c1f16b06eaa73689a062dcbdfa7f04169e29eed.zip
(doc-view-mode): Improve docstring.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/doc-view.el3
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.
945You can use \\<doc-view-mode-map>\\[doc-view-toggle-display] to 945You can use \\<doc-view-mode-map>\\[doc-view-toggle-display] to
946toggle between displaying the document or editing it as text." 946toggle 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)