From a27e8c78c03a911db68885f0beffb69250fc75fe Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 28 Jun 2014 19:33:50 -0700 Subject: Doc and comment fixes re "online" help * doc/emacs/help.texi (Misc Help): * doc/emacs/trouble.texi (Checklist): * doc/lispintro/emacs-lisp-intro.texi (Note for Novices, Finding More) (Conclusion): * doc/lispref/help.texi (Help Functions): * doc/misc/info.texi, doc/misc/mh-e.texi: * etc/refcards/calccard.tex (section{Getting Help}): * lisp/cus-edit.el (help): * lisp/finder.el (finder-known-keywords): * lisp/help.el (help-for-help-internal): * lisp/vc/ediff-mult.el (ediff-meta-buffer-verbose-message) (ediff-redraw-registry-buffer): * lisp/vc/ediff-ptch.el (ediff-patch-file-internal): Doc fixes re "online" help. Fixes: debbugs:17803 --- doc/emacs/ChangeLog | 6 ++++++ doc/emacs/help.texi | 3 +-- doc/emacs/trouble.texi | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'doc/emacs') diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 7c85d3a617e..5457f2d1f42 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,9 @@ +2014-06-29 Glenn Morris + + * help.texi (Misc Help): + * trouble.texi (Checklist): "Online" help doesn't mean what it + used to any more. + 2014-06-08 Glenn Morris * entering.texi (Entering Emacs): Small fix re initial-buffer-choice. diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index db5448692f9..da831d76124 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi @@ -490,8 +490,7 @@ currently in use. @xref{Coding Systems}. @kindex C-h i @findex info @cindex Info -@cindex manuals, on-line -@cindex on-line manuals +@cindex manuals, included @kbd{C-h i} (@code{info}) runs the Info program, which browses structured documentation files. The entire Emacs manual is available within Info, along with many other manuals for the GNU system. Type diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index f0cbbcc5721..09260a1e5a9 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi @@ -847,7 +847,7 @@ conclusion from our observations. @item If the bug is that the Emacs Manual or the Emacs Lisp Reference Manual fails to describe the actual behavior of Emacs, or that the text is -confusing, copy in the text from the online manual which you think is +confusing, copy in the text from the manual which you think is at fault. If the section is small, just the section name is enough. @item -- cgit v1.2.1