diff options
| author | Glenn Morris | 2019-03-20 13:47:07 -0700 |
|---|---|---|
| committer | Glenn Morris | 2019-03-20 13:47:07 -0700 |
| commit | 1fc6afbdf1ce0f8b23780bd4d2630ed49f365013 (patch) | |
| tree | 515068805cee7b3c5c7fff7e924c2594b2572764 /doc | |
| parent | 99b3d64e54bb896e7b35567ac7022f9d3fb16bbb (diff) | |
| parent | 24b6e6edcfe034f76de475657cb3997821cfd1f0 (diff) | |
| download | emacs-1fc6afbdf1ce0f8b23780bd4d2630ed49f365013.tar.gz emacs-1fc6afbdf1ce0f8b23780bd4d2630ed49f365013.zip | |
Merge from origin/emacs-26
24b6e6e (origin/emacs-26) * etc/AUTHORS: Update.
2f22a17 * ; ChangeLog.3 update
0f523de Improve indexing of the user manual
bd5795e Fix url-copy-file arglist
eaa188a ; * admin/notes/bugtracker: Minor additions and updates.
5ed05fb Fix downloading updates for packages with non-ASCII descriptions
e9f2d1f * etc/NEWS: Remove temporary markers.
24fc133 * doc/misc/cc-mode.texi (Config Basics): in @itemize, @asis -...
0f325d1 Don't clobber 'comint-input-autoexpand' in 'read-shell-command'
bc75589 Document restrictions when setting window margins, fringes or...
cc4cebf More improvements for 'read-buffer's doc string
d026d9a * lisp/progmodes/cc-defs.el: Update c-version to 5.33.2 for E...
5dbf08b * src/minibuf.c (Fread_buffer): Minor doc fixes. (Bug#34749)
# Conflicts:
# etc/NEWS
# lisp/url/url-handlers.el
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/search.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 9 | ||||
| -rw-r--r-- | doc/misc/cc-mode.texi | 2 |
3 files changed, 12 insertions, 1 deletions
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index 761fe929ae5..9c58ef471fe 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi | |||
| @@ -684,6 +684,8 @@ matching}) has no effect on them. | |||
| 684 | @kindex M-s M-w | 684 | @kindex M-s M-w |
| 685 | @findex eww-search-words | 685 | @findex eww-search-words |
| 686 | @vindex eww-search-prefix | 686 | @vindex eww-search-prefix |
| 687 | @cindex Internet search | ||
| 688 | @cindex search Internet for keywords | ||
| 687 | To search the Web for the text in region, type @kbd{M-s M-w}. This | 689 | To search the Web for the text in region, type @kbd{M-s M-w}. This |
| 688 | command performs an Internet search for the words in region using the | 690 | command performs an Internet search for the words in region using the |
| 689 | search engine whose @acronym{URL} is specified by the variable | 691 | search engine whose @acronym{URL} is specified by the variable |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index be934de5eec..a97aabe9dff 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -3957,6 +3957,9 @@ fringe, and likewise @var{right} for the right fringe. A value of | |||
| 3957 | @var{outside-margins} is non-@code{nil}, that specifies that fringes | 3957 | @var{outside-margins} is non-@code{nil}, that specifies that fringes |
| 3958 | should appear outside of the display margins. | 3958 | should appear outside of the display margins. |
| 3959 | 3959 | ||
| 3960 | If @var{window} is not large enough to accommodate fringes of the | ||
| 3961 | desired width, this leaves the fringes of @var{window} unchanged. | ||
| 3962 | |||
| 3960 | The values specified here may be later overridden by invoking | 3963 | The values specified here may be later overridden by invoking |
| 3961 | @code{set-window-buffer} (@pxref{Buffers and Windows}) on @var{window} | 3964 | @code{set-window-buffer} (@pxref{Buffers and Windows}) on @var{window} |
| 3962 | with its @var{keep-margins} argument @code{nil} or omitted. | 3965 | with its @var{keep-margins} argument @code{nil} or omitted. |
| @@ -4378,6 +4381,9 @@ vertical scroll bar. | |||
| 4378 | The possible values are @code{bottom}, @code{t}, which means to use the | 4381 | The possible values are @code{bottom}, @code{t}, which means to use the |
| 4379 | frame's default, and @code{nil} for no horizontal scroll bar. | 4382 | frame's default, and @code{nil} for no horizontal scroll bar. |
| 4380 | 4383 | ||
| 4384 | If @var{window} is not large enough to accommodate a scroll bar of the | ||
| 4385 | desired dimension, this leaves the corresponding scroll bar unchanged. | ||
| 4386 | |||
| 4381 | The values specified here may be later overridden by invoking | 4387 | The values specified here may be later overridden by invoking |
| 4382 | @code{set-window-buffer} (@pxref{Buffers and Windows}) on @var{window} | 4388 | @code{set-window-buffer} (@pxref{Buffers and Windows}) on @var{window} |
| 4383 | with its @var{keep-margins} argument @code{nil} or omitted. | 4389 | with its @var{keep-margins} argument @code{nil} or omitted. |
| @@ -4967,6 +4973,9 @@ This function specifies the margin widths for window @var{window}, in | |||
| 4967 | character cell units. The argument @var{left} controls the left | 4973 | character cell units. The argument @var{left} controls the left |
| 4968 | margin, and @var{right} controls the right margin (default @code{0}). | 4974 | margin, and @var{right} controls the right margin (default @code{0}). |
| 4969 | 4975 | ||
| 4976 | If @var{window} is not large enough to accommodate margins of the | ||
| 4977 | desired width, this leaves the margins of @var{window} unchanged. | ||
| 4978 | |||
| 4970 | The values specified here may be later overridden by invoking | 4979 | The values specified here may be later overridden by invoking |
| 4971 | @code{set-window-buffer} (@pxref{Buffers and Windows}) on @var{window} | 4980 | @code{set-window-buffer} (@pxref{Buffers and Windows}) on @var{window} |
| 4972 | with its @var{keep-margins} argument @code{nil} or omitted. | 4981 | with its @var{keep-margins} argument @code{nil} or omitted. |
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index 170149eb550..f73a7fb57cb 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi | |||
| @@ -2307,7 +2307,7 @@ that takes precedence is the one that appears latest in this list: | |||
| 2307 | @end ifclear | 2307 | @end ifclear |
| 2308 | @c Version of list for Texinfo >= 5.x | 2308 | @c Version of list for Texinfo >= 5.x |
| 2309 | @ifset txicommandconditionals | 2309 | @ifset txicommandconditionals |
| 2310 | @itemize @asis | 2310 | @itemize @w{} |
| 2311 | @item Style | 2311 | @item Style |
| 2312 | @item File Style@footnote{In earlier versions of @ccmode{}, a File Style setting took precedence over any other setting apart from a File Local Variable setting.} | 2312 | @item File Style@footnote{In earlier versions of @ccmode{}, a File Style setting took precedence over any other setting apart from a File Local Variable setting.} |
| 2313 | @item Top-level command or ``customization interface'' | 2313 | @item Top-level command or ``customization interface'' |