diff options
| author | Glenn Morris | 2018-11-28 07:51:12 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-11-28 07:51:12 -0800 |
| commit | 415ef4a2b02dac17bf1bb962154633e671e561dd (patch) | |
| tree | 029c1022ff672e6e4e4a2d44a8661a6543b130e5 /doc | |
| parent | 2c59cfa831f133ca75b513e05aaedeccfe410784 (diff) | |
| parent | 74a3a795afbf092d4086e5ebb4dcf0254e7c8b46 (diff) | |
| download | emacs-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')
| -rw-r--r-- | doc/lispref/frames.texi | 2 | ||||
| -rw-r--r-- | doc/misc/ediff.texi | 13 |
2 files changed, 7 insertions, 8 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index ad5d0fc6015..b961d687edd 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -503,7 +503,7 @@ Height | | | Height | | | Height | |||
| 503 | In practice not all of the areas shown in the drawing will or may be | 503 | In practice not all of the areas shown in the drawing will or may be |
| 504 | present. The meaning of these areas is described below. | 504 | present. The meaning of these areas is described below. |
| 505 | 505 | ||
| 506 | @table @samp | 506 | @table @asis |
| 507 | @item Outer Frame | 507 | @item Outer Frame |
| 508 | @cindex outer frame | 508 | @cindex outer frame |
| 509 | @cindex outer edges | 509 | @cindex outer edges |
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 |
| 213 | Compare windows word-by-word. | 213 | Compare 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 |
| 217 | Compare windows line-by-line. | 217 | Compare 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 |
| 375 | buffers. The commands @code{ediff-windows-wordwise} and | 375 | buffers. 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, |
| 377 | of buffers (e.g., up to 100 lines, depending on the speed of your machine), | ||
| 378 | as they perform comparison on the basis of words rather than lines. | 377 | as 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 | ||
| 381 | To compare large regions, use @code{ediff-regions-linewise}. This | 380 | To compare very large regions, use @code{ediff-regions-linewise}. |
| 382 | command displays differences much like @code{ediff-files} and | 381 | This command displays differences much like @code{ediff-files} and |
| 383 | @code{ediff-buffers}. | 382 | @code{ediff-buffers}. |
| 384 | 383 | ||
| 385 | The functions @code{ediff-patch-file} and @code{ediff-patch-buffer} apply a | 384 | The functions @code{ediff-patch-file} and @code{ediff-patch-buffer} apply a |