diff options
Diffstat (limited to 'lisp/international')
| -rw-r--r-- | lisp/international/quail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/quail.el b/lisp/international/quail.el index 448ea8e0576..f2c7bcb1f77 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el | |||
| @@ -2513,7 +2513,7 @@ package to describe." | |||
| 2513 | (setq buffer-read-only nil) | 2513 | (setq buffer-read-only nil) |
| 2514 | ;; Without this, a keyboard layout with R2L characters might be | 2514 | ;; Without this, a keyboard layout with R2L characters might be |
| 2515 | ;; displayed reversed, right to left. See the thread starting at | 2515 | ;; displayed reversed, right to left. See the thread starting at |
| 2516 | ;; http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html | 2516 | ;; https://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html |
| 2517 | ;; for a description of one such situation. | 2517 | ;; for a description of one such situation. |
| 2518 | (setq bidi-paragraph-direction 'left-to-right) | 2518 | (setq bidi-paragraph-direction 'left-to-right) |
| 2519 | (insert "Input method: " (quail-name) | 2519 | (insert "Input method: " (quail-name) |