diff options
| author | John Wiegley | 2016-03-03 23:53:08 -0800 |
|---|---|---|
| committer | John Wiegley | 2016-03-03 23:53:08 -0800 |
| commit | 692caf1e8d1657fbe4809294df6791c2879a7bb1 (patch) | |
| tree | 0c6357b6325adbf0d675851d7a655ce9636b51e7 /doc | |
| parent | 018bdf7528d0d4bb0560d86b84c21ae9fed1206a (diff) | |
| parent | b13cab683c6060e002906fc944680aaa5f4ac123 (diff) | |
| download | emacs-692caf1e8d1657fbe4809294df6791c2879a7bb1.tar.gz emacs-692caf1e8d1657fbe4809294df6791c2879a7bb1.zip | |
Merge from origin/emacs-25
b13cab6 Add a eww command to toggle paragraph direction
4e46128 * nextstep/WISHLIST: Merge into etc/TODO and remove.
9e078e5 Fix char signedness issue in bidi code
064adf6 * lib-src/pop.c (socket_connection): Fix format string.
14060a9 Avoid inflooping in thing-at-point-looking-at
098d47b * lisp/emacs-lisp/derived.el (define-derived-mode): Revert
indent change.
b5db8e0 etc/PROBLEMS: Mention problems with using file descriptors
ec10ef9 * lisp/apropos.el (apropos-variable): Doc fix. (Bug#22813).
d2dd614 Remove unneeded workaround in xftfont.c
9b7593c ; * etc/NEWS: Reflect latest changes in saveplace.
fde0cd1 * lisp/saveplace.el (save-place-local-mode): New minor mode
06a872b Fix redisplay on a TTY after 'make-frame'
95f5a43 Make double-click-1 work with unbalanced parens in CC Mode.
Fixes bug#5560.
7d206fc Input method polish-slash should not use keyboard translation
8be32cf Fix an assertion
040e0d6 Fix 'toggle-save-place'
5244db2 * src/keyboard.c: Don't inadvertently set immediate_echo (bug#22581)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/eww.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi index afb1cafb744..f15e2f2518e 100644 --- a/doc/misc/eww.texi +++ b/doc/misc/eww.texi | |||
| @@ -216,6 +216,14 @@ For details about the Cookie handling @xref{Cookies,,,url}. | |||
| 216 | @code{eww-header-line-format}. The format replaces @code{%t} with the | 216 | @code{eww-header-line-format}. The format replaces @code{%t} with the |
| 217 | title of the website and @code{%u} with the URL. | 217 | title of the website and @code{%u} with the URL. |
| 218 | 218 | ||
| 219 | @findex eww-toggle-paragraph-direction | ||
| 220 | @cindex paragraph direction | ||
| 221 | The @kbd{D} command (@code{eww-toggle-paragraph-direction}) toggles | ||
| 222 | the paragraphs direction between left-to-right and right-to-left | ||
| 223 | text. This can be useful on web pages that display right-to-left test | ||
| 224 | (like Arabic and Hebrew), but where the web pages don't explicitly | ||
| 225 | state the directionality. | ||
| 226 | |||
| 219 | @c @vindex shr-bullet | 227 | @c @vindex shr-bullet |
| 220 | @c @vindex shr-hr-line | 228 | @c @vindex shr-hr-line |
| 221 | @c @vindex eww-form-checkbox-selected-symbol | 229 | @c @vindex eww-form-checkbox-selected-symbol |