diff options
author | Glenn Morris <rgm@gnu.org> | 2014-06-28 19:33:50 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-06-28 19:33:50 -0700 |
commit | a27e8c78c03a911db68885f0beffb69250fc75fe (patch) | |
tree | 5242904a7d105a39a33eba2dad8c093da390929b /lisp/vc/ediff.el | |
parent | 64de2916ca9a68bed19ea24115231b7c457760ec (diff) | |
download | emacs-a27e8c78c03a911db68885f0beffb69250fc75fe.tar.gz emacs-a27e8c78c03a911db68885f0beffb69250fc75fe.tar.bz2 emacs-a27e8c78c03a911db68885f0beffb69250fc75fe.zip |
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
Diffstat (limited to 'lisp/vc/ediff.el')
-rw-r--r-- | lisp/vc/ediff.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/ediff.el b/lisp/vc/ediff.el index 927a3ba7fb6..5418039143f 100644 --- a/lisp/vc/ediff.el +++ b/lisp/vc/ediff.el @@ -64,7 +64,7 @@ ;; compressed files. Details are given below. ;; Finally, Ediff supports directory-level comparison, merging and patching. -;; See the on-line manual for details. +;; See the Ediff manual for details. ;; This package builds upon the ideas borrowed from emerge.el and several ;; Ediff's functions are adaptations from emerge.el. Much of the functionality |