summaryrefslogtreecommitdiff
path: root/lisp/doc-view.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2008-02-01 03:00:55 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2008-02-01 03:00:55 +0000
commit73b3838f2004fb23a0540b0201adbd982d26bb2e (patch)
treedeefe789fcbcf1c9e6795a75fa35ec2c711ec63a /lisp/doc-view.el
parentbd63f576522ce86e6db683db4ad88f72d064c914 (diff)
downloademacs-73b3838f2004fb23a0540b0201adbd982d26bb2e.tar.gz
(doc-view-mode): Improve docstring.
Diffstat (limited to 'lisp/doc-view.el')
-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."
(defun doc-view-mode ()
"Major mode in DocView buffers.
You can use \\<doc-view-mode-map>\\[doc-view-toggle-display] to
-toggle between displaying the document or editing it as text."
+toggle between displaying the document or editing it as text.
+\\{doc-view-mode-map}"
(interactive)
(let* ((prev-major-mode (if (eq major-mode 'doc-view-mode)