# HG changeset patch # User Pavel Jank # Date 1008053770 0 # Node ID ac35ef786b2d28987637230e0bdc0145f5d3b0ab # Parent 6d27cd8843846fb9681614c7c1957c4fcdf89156 Fix doc-strings. diff -r 6d27cd884384 -r ac35ef786b2d lisp/international/codepage.el --- a/lisp/international/codepage.el Tue Dec 11 06:52:33 2001 +0000 +++ b/lisp/international/codepage.el Tue Dec 11 06:56:10 2001 +0000 @@ -492,7 +492,7 @@ 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ] - "ISO-8859-2 to Windows-1250 (Central Europe) codepage decoding table") + "ISO-8859-2 to Windows-1250 (Central Europe) codepage decoding table.") (setplist 'cp1250-decode-table '(charset latin-iso8859-2 language "Latin-2" offset 160)) @@ -504,7 +504,7 @@ 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 185 184 144 131 186 190 179 191 188 154 156 158 157 167 162 159 ] - "ISO-8859-5 to Windows-1251 (Cyrillic) codepage decoding table") + "ISO-8859-5 to Windows-1251 (Cyrillic) codepage decoding table.") (setplist 'cp1251-decode-table '(charset cyrillic-iso8859-5 language "Cyrillic-ISO" offset 160)) @@ -519,7 +519,7 @@ 208 209 nil 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 nil ] - "ISO-8859-7 to Windows-1253 (Greek) codepage decoding table") + "ISO-8859-7 to Windows-1253 (Greek) codepage decoding table.") (setplist 'cp1253-decode-table '(charset greek-iso8859-7 language "Greek" offset 160)) @@ -534,7 +534,7 @@ nil 210 212 205 nil 213 214 215 168 216 nil nil 220 nil 219 223 226 nil nil nil 228 229 191 225 232 233 230 nil 235 nil nil 238 nil 242 244 237 nil 245 246 247 184 248 nil nil 252 nil 251 nil ] - "ISO-8859-4 to Windows-1257 (Baltic) codepage decoding table") + "ISO-8859-4 to Windows-1257 (Baltic) codepage decoding table.") (setplist 'cp1257-decode-table '(charset latin-iso8859-4 language "Latin-4" offset 160))