diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-06-01 16:59:41 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-06-01 16:59:41 +0000 |
commit | b1fb5d1b3ee97bc6bf2c5f58ab6d11132b49b40a (patch) | |
tree | 00e92b340df7f4ed7510cfaa52cf557cb96465d8 /lisp/international/iso-transl.el | |
parent | 7bb8ed9a550f619a36256d573047cc41da1cf210 (diff) | |
download | emacs-b1fb5d1b3ee97bc6bf2c5f58ab6d11132b49b40a.tar.gz |
Add commentary.
Diffstat (limited to 'lisp/international/iso-transl.el')
-rw-r--r-- | lisp/international/iso-transl.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/international/iso-transl.el b/lisp/international/iso-transl.el index 8604a61b44a..08895c875d7 100644 --- a/lisp/international/iso-transl.el +++ b/lisp/international/iso-transl.el @@ -31,6 +31,12 @@ ;; A-umlaut as `C-x 8 " A' or `Alt-" A' (if you have an Alt key) or ;; `umlaut A' (if you have an umlaut/diaeresis key). +;; C-x 8 is set up to autoload this package, +;; but Alt keys and dead accent keys are only defined +;; once you have loaded the package. It is nontrivial +;; to make all of the Alt keys autoload, and it is not clear +;; that the dead accent keys SHOULD autoload this package. + ;;; Code: ;;; Provide some binding for startup: |