changeset 88105:44fd682c485a

(doc-view-mode): Improve docstring.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 01 Feb 2008 03:00:55 +0000
parents d4d0381a59d8
children 8feaae3c4e31 924fe8b4e375
files lisp/doc-view.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/doc-view.el	Fri Feb 01 02:40:23 2008 +0000
+++ b/lisp/doc-view.el	Fri Feb 01 03:00:55 2008 +0000
@@ -943,7 +943,8 @@
 (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)