diff options
| author | Lars Ingebrigtsen | 2016-02-28 14:52:56 +1030 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-28 14:52:56 +1030 |
| commit | b13cab683c6060e002906fc944680aaa5f4ac123 (patch) | |
| tree | 36a27d1f9781df91eea9fcf9ed0e9d5f64762241 /doc | |
| parent | 4e461281317f4d542af18a701cf2e4c5a3205dd3 (diff) | |
| download | emacs-b13cab683c6060e002906fc944680aaa5f4ac123.tar.gz emacs-b13cab683c6060e002906fc944680aaa5f4ac123.zip | |
Add a eww command to toggle paragraph direction
* lisp/net/eww.el (eww-toggle-paragraph-direction): New
command and keystroke.
* doc/misc/eww.texi (Advanced): Mention the `D' command.
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 9bc80fbd10d..795556b922b 100644 --- a/doc/misc/eww.texi +++ b/doc/misc/eww.texi | |||
| @@ -206,6 +206,14 @@ For details about the Cookie handling @xref{Cookies,,,url}. | |||
| 206 | @code{eww-header-line-format}. The format replaces @code{%t} with the | 206 | @code{eww-header-line-format}. The format replaces @code{%t} with the |
| 207 | title of the website and @code{%u} with the URL. | 207 | title of the website and @code{%u} with the URL. |
| 208 | 208 | ||
| 209 | @findex eww-toggle-paragraph-direction | ||
| 210 | @cindex paragraph direction | ||
| 211 | The @kbd{D} command (@code{eww-toggle-paragraph-direction}) toggles | ||
| 212 | the paragraphs direction between left-to-right and right-to-left | ||
| 213 | text. This can be useful on web pages that display right-to-left test | ||
| 214 | (like Arabic and Hebrew), but where the web pages don't explicitly | ||
| 215 | state the directionality. | ||
| 216 | |||
| 209 | @c @vindex shr-bullet | 217 | @c @vindex shr-bullet |
| 210 | @c @vindex shr-hr-line | 218 | @c @vindex shr-hr-line |
| 211 | @c @vindex eww-form-checkbox-selected-symbol | 219 | @c @vindex eww-form-checkbox-selected-symbol |