diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 22:21:28 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 22:21:28 +0000 |
commit | a7acbbe4d48af3113de2dfaf836a42f2a9b6c2b0 (patch) | |
tree | 9ca09d12c605ce9155e55ad82476c9a6d6ebedcd /lisp/double.el | |
parent | 60d0378e485ded218121a8b8d6ce582e47882fac (diff) | |
download | emacs-a7acbbe4d48af3113de2dfaf836a42f2a9b6c2b0.tar.gz |
Comment fixes.
Diffstat (limited to 'lisp/double.el')
-rw-r--r-- | lisp/double.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/double.el b/lisp/double.el index 403b5a22429..0f3f4513aef 100644 --- a/lisp/double.el +++ b/lisp/double.el @@ -33,7 +33,7 @@ ;; string will be replaced by another. This can be used for mapping ;; keys on a US keyboard to generate characters according to the local ;; keyboard convention when pressed once, and according to US keyboard -;; convetion when pressed twice. +;; convention when pressed twice. ;; ;; To use this mode, you must define the variable `double-map' and ;; then enable double mode with `M-x double-mode'. Read the @@ -42,9 +42,9 @@ ;; The default mapping is for getting Danish/Norwegian keyboard layout ;; using ISO Latin 1 on a US keyboard. ;; -;; Imprtant node: While I would like to hear comments, bug reports, +;; Important node: While I would like to hear comments, bug reports, ;; suggestions, please do @strong{not} expect me to put other mappings -;; that the default into this file. There are billions and billions +;; than the default into this file. There are billions and billions ;; of such mappings, and just supporting the most common would ;; increase the size of this nice small file manyfold. |