comparison lisp/double.el @ 14040:187735b53d52

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 22:21:28 +0000
parents 84acc3adcd63
children 83f275dcd93a
comparison
equal deleted inserted replaced
14039:831c5fda97f4 14040:187735b53d52
31 ;; The idea is that certain keys are overloaded. When you press it 31 ;; The idea is that certain keys are overloaded. When you press it
32 ;; once it will insert one string, and when you press it twice the 32 ;; once it will insert one string, and when you press it twice the
33 ;; string will be replaced by another. This can be used for mapping 33 ;; string will be replaced by another. This can be used for mapping
34 ;; keys on a US keyboard to generate characters according to the local 34 ;; keys on a US keyboard to generate characters according to the local
35 ;; keyboard convention when pressed once, and according to US keyboard 35 ;; keyboard convention when pressed once, and according to US keyboard
36 ;; convetion when pressed twice. 36 ;; convention when pressed twice.
37 ;; 37 ;;
38 ;; To use this mode, you must define the variable `double-map' and 38 ;; To use this mode, you must define the variable `double-map' and
39 ;; then enable double mode with `M-x double-mode'. Read the 39 ;; then enable double mode with `M-x double-mode'. Read the
40 ;; documentation for both of them. 40 ;; documentation for both of them.
41 ;; 41 ;;
42 ;; The default mapping is for getting Danish/Norwegian keyboard layout 42 ;; The default mapping is for getting Danish/Norwegian keyboard layout
43 ;; using ISO Latin 1 on a US keyboard. 43 ;; using ISO Latin 1 on a US keyboard.
44 ;; 44 ;;
45 ;; Imprtant node: While I would like to hear comments, bug reports, 45 ;; Important node: While I would like to hear comments, bug reports,
46 ;; suggestions, please do @strong{not} expect me to put other mappings 46 ;; suggestions, please do @strong{not} expect me to put other mappings
47 ;; that the default into this file. There are billions and billions 47 ;; than the default into this file. There are billions and billions
48 ;; of such mappings, and just supporting the most common would 48 ;; of such mappings, and just supporting the most common would
49 ;; increase the size of this nice small file manyfold. 49 ;; increase the size of this nice small file manyfold.
50 50
51 ;;; ChangeLog: 51 ;;; ChangeLog:
52 52