]> git.eshelyaron.com Git - emacs.git/commitdiff
(doc-view-mode): Improve docstring.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 1 Feb 2008 03:00:55 +0000 (03:00 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 1 Feb 2008 03:00:55 +0000 (03:00 +0000)
lisp/doc-view.el

index aaa68bf6387e0cc7de5a5c5ed1b4ef66a29ea85f..505c2311d7b5d860ca6f94c9cd8b313001855aa8 100644 (file)
@@ -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)