(charset-map-path): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Thu, 11 Sep 2008 06:18:24 +0000 (06:18 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 11 Sep 2008 06:18:24 +0000 (06:18 +0000)
lisp/ChangeLog
src/ChangeLog
src/charset.c

index 6bc3b32..0726591 100644 (file)
 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
        * term/ns-win.el (global): Uncomment "put backspace
-       ascii-character..." and friends, they are needed for tramp.
+       ascii-character..." and friends, they are needed for tramp.  (Bug#725)
 
 2008-08-18  Kenichi Handa  <handa@m17n.org>
 
index f084924..e16899d 100644 (file)
@@ -1,3 +1,7 @@
+2008-09-11  Glenn Morris  <rgm@gnu.org>
+
+       * charset.c (charset-map-path): Doc fix.
+
 2008-09-10  Kenichi Handa  <handa@m17n.org>
 
        * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
index a08089d..217f51b 100644 (file)
@@ -2142,7 +2142,7 @@ syms_of_charset ()
   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,