Mercurial > emacs
diff src/charset.c @ 98138:e83c4abfff06
(charset-map-path): Doc fix.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Thu, 11 Sep 2008 06:16:50 +0000 |
| parents | c118c1277047 |
| children | d8cad3d1e47c |
line wrap: on
line diff
--- a/src/charset.c Thu Sep 11 06:12:06 2008 +0000 +++ b/src/charset.c Thu Sep 11 06:16:50 2008 +0000 @@ -2142,7 +2142,7 @@ defsubr (&Scharset_id_internal); DEFVAR_LISP ("charset-map-path", &Vcharset_map_path, - doc: /* *Lisp of directories to search for charset map files. */); + doc: /* *List of directories to search for charset map files. */); Vcharset_map_path = Qnil; DEFVAR_LISP ("charset-list", &Vcharset_list,
