aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGlenn Morris2018-11-28 07:51:12 -0800
committerGlenn Morris2018-11-28 07:51:12 -0800
commit415ef4a2b02dac17bf1bb962154633e671e561dd (patch)
tree029c1022ff672e6e4e4a2d44a8661a6543b130e5 /doc/misc
parent2c59cfa831f133ca75b513e05aaedeccfe410784 (diff)
parent74a3a795afbf092d4086e5ebb4dcf0254e7c8b46 (diff)
downloademacs-415ef4a2b02dac17bf1bb962154633e671e561dd.tar.gz
emacs-415ef4a2b02dac17bf1bb962154633e671e561dd.zip
Merge from origin/emacs-26
74a3a79 (origin/emacs-26) Fix a typo in a doc string 911766d Minor markup fix in frames.texi 19ed1e9 * lisp/net/trampver.el (customize-package-emacs-version-alist... d7132ad * lisp/mh-e/mh-e.el (customize-package-emacs-version-alist): ... 5f39260 * lisp/emacs-lisp/map-ynp.el (map-y-or-n-p): Pass format to m... a291f62 Don't call xwidget functions until GTK has been initialized f0531b8 Improve documentation of Ediff wordwise commands 2925ce5 Support Hunspell 1.7.0 in ispell.el 03bb7a8 Avoid clearing echo-area message by auto-save-visited-file-name
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ediff.texi13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/misc/ediff.texi b/doc/misc/ediff.texi
index 746c4c829d2..cce8321d9eb 100644
--- a/doc/misc/ediff.texi
+++ b/doc/misc/ediff.texi
@@ -210,11 +210,11 @@ ancestors. Ediff selects only the files that are under version control.
210 210
211@item ediff-windows-wordwise 211@item ediff-windows-wordwise
212@findex ediff-windows-wordwise 212@findex ediff-windows-wordwise
213Compare windows word-by-word. 213Compare text visible in 2 windows word-by-word.
214 214
215@item ediff-windows-linewise 215@item ediff-windows-linewise
216@findex ediff-windows-linewise 216@findex ediff-windows-linewise
217Compare windows line-by-line. 217Compare text visible in 2 windows line-by-line.
218 218
219@item ediff-regions-wordwise 219@item ediff-regions-wordwise
220@findex ediff-regions-wordwise 220@findex ediff-regions-wordwise
@@ -373,13 +373,12 @@ The commands @code{ediff-windows-wordwise},
373@code{ediff-windows-linewise}, @code{ediff-regions-wordwise} and 373@code{ediff-windows-linewise}, @code{ediff-regions-wordwise} and
374@code{ediff-regions-linewise} do comparison on parts of existing Emacs 374@code{ediff-regions-linewise} do comparison on parts of existing Emacs
375buffers. The commands @code{ediff-windows-wordwise} and 375buffers. The commands @code{ediff-windows-wordwise} and
376@code{ediff-regions-wordwise} are intended for relatively small segments 376@code{ediff-regions-wordwise} could be slow on very large buffers,
377of buffers (e.g., up to 100 lines, depending on the speed of your machine),
378as they perform comparison on the basis of words rather than lines. 377as they perform comparison on the basis of words rather than lines.
379(Word-wise comparison of large chunks of text can be slow.) 378(Word-wise comparison of large chunks of text is relatively expensive.)
380 379
381To compare large regions, use @code{ediff-regions-linewise}. This 380To compare very large regions, use @code{ediff-regions-linewise}.
382command displays differences much like @code{ediff-files} and 381This command displays differences much like @code{ediff-files} and
383@code{ediff-buffers}. 382@code{ediff-buffers}.
384 383
385The functions @code{ediff-patch-file} and @code{ediff-patch-buffer} apply a 384The functions @code{ediff-patch-file} and @code{ediff-patch-buffer} apply a