diff lisp/international/codepage.el @ 41946:ac35ef786b2d

Fix doc-strings.
author Pavel Janík <Pavel@Janik.cz>
date Tue, 11 Dec 2001 06:56:10 +0000
parents 253f761ad37b
children fd3c70d7a093
line wrap: on
line diff
--- 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))