diff options
| author | Glenn Morris | 2018-11-16 08:30:19 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-11-16 08:30:19 -0800 |
| commit | 166f1400b402fa2275be398fe818e4514dfd8fe9 (patch) | |
| tree | 790a729c8c47f530bd89e5f9cac13c4f257b36ee /doc/lispref | |
| parent | 372225ef0268a03fe8edad66817d2ecbc9cfa305 (diff) | |
| parent | edcd6b722c8e495498b1619e4d073962b8a8f3e8 (diff) | |
| download | emacs-166f1400b402fa2275be398fe818e4514dfd8fe9.tar.gz emacs-166f1400b402fa2275be398fe818e4514dfd8fe9.zip | |
Merge from origin/emacs-26
edcd6b7 Small documentation correction.
168a8c2 * src/coding.c (Fcheck_coding_systems_region): Doc fix. (Bug...
3287a7c Fix Bug#33364
acee0a8 ; Cosmetic changes in etc/NEWS
a6ef167 * test/README: Explain $REMOTE_TEMPORARY_FILE_DIRECTORY.
# Conflicts:
# etc/NEWS
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/windows.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index bce2459a2f5..af497cf6af9 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -4915,7 +4915,8 @@ fashion. | |||
| 4915 | @defopt scroll-up-aggressively | 4915 | @defopt scroll-up-aggressively |
| 4916 | Likewise, for scrolling up. The value, @var{f}, specifies how far | 4916 | Likewise, for scrolling up. The value, @var{f}, specifies how far |
| 4917 | point should be placed from the bottom of the window; thus, as with | 4917 | point should be placed from the bottom of the window; thus, as with |
| 4918 | @code{scroll-up-aggressively}, a larger value scrolls more aggressively. | 4918 | @code{scroll-down-aggressively}, a larger value scrolls more |
| 4919 | aggressively. | ||
| 4919 | @end defopt | 4920 | @end defopt |
| 4920 | 4921 | ||
| 4921 | @defopt scroll-step | 4922 | @defopt scroll-step |