diff options
| author | Gerd Moellmann | 1999-10-30 21:06:34 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-10-30 21:06:34 +0000 |
| commit | e79ad8a15dc2cfe7ced24730a8ad105e17a1bde1 (patch) | |
| tree | 6830305ed7b096058523519106f764bd892f0c89 /lisp/textmodes | |
| parent | 65113618fce53ca923965d3eefc849e43b2e01a9 (diff) | |
| download | emacs-e79ad8a15dc2cfe7ced24730a8ad105e17a1bde1.tar.gz emacs-e79ad8a15dc2cfe7ced24730a8ad105e17a1bde1.zip | |
* textmodes/sgml-mode.el (sgml-char-names): Change "half" to
"frac12".
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/sgml-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index a28a18535ab..cecd4a3da47 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el | |||
| @@ -174,7 +174,7 @@ This takes effect when first loading the sgml-mode library.") | |||
| 174 | "nbsp" "iexcl" "cent" "pound" "curren" "yen" "brvbar" "sect" | 174 | "nbsp" "iexcl" "cent" "pound" "curren" "yen" "brvbar" "sect" |
| 175 | "uml" "copy" "ordf" "laquo" "not" "shy" "reg" "macr" | 175 | "uml" "copy" "ordf" "laquo" "not" "shy" "reg" "macr" |
| 176 | "ring" "plusmn" "sup2" "sup3" "acute" "micro" "para" "middot" | 176 | "ring" "plusmn" "sup2" "sup3" "acute" "micro" "para" "middot" |
| 177 | "cedil" "sup1" "ordm" "raquo" "frac14" "half" "frac34" "iquest" | 177 | "cedil" "sup1" "ordm" "raquo" "frac14" "frac12" "frac34" "iquest" |
| 178 | "Agrave" "Aacute" "Acirc" "Atilde" "Auml" "Aring" "AElig" "Ccedil" | 178 | "Agrave" "Aacute" "Acirc" "Atilde" "Auml" "Aring" "AElig" "Ccedil" |
| 179 | "Egrave" "Eacute" "Ecirc" "Euml" "Igrave" "Iacute" "Icirc" "Iuml" | 179 | "Egrave" "Eacute" "Ecirc" "Euml" "Igrave" "Iacute" "Icirc" "Iuml" |
| 180 | "ETH" "Ntilde" "Ograve" "Oacute" "Ocirc" "Otilde" "Ouml" nil | 180 | "ETH" "Ntilde" "Ograve" "Oacute" "Ocirc" "Otilde" "Ouml" nil |