diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-11-25 22:45:41 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-11-25 22:48:12 -0800 |
commit | a89f0b6f33f9eb8910a1fceda9028d76ef50b05d (patch) | |
tree | 7055882872b7cad587e5d5e9ac706056f04ff777 /lisp/international | |
parent | 8be3aee2813f528b02bc913ca4d79e34e72b1754 (diff) | |
download | emacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.tar.gz |
maint: shorten https://lists.gnu.org/archive/html/... links
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 f2c7bcb1f77..1bbbb174d49 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -2513,7 +2513,7 @@ package to describe." (setq buffer-read-only nil) ;; Without this, a keyboard layout with R2L characters might be ;; displayed reversed, right to left. See the thread starting at - ;; https://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html + ;; https://lists.gnu.org/r/emacs-devel/2012-03/msg00062.html ;; for a description of one such situation. (setq bidi-paragraph-direction 'left-to-right) (insert "Input method: " (quail-name) |