From 6f3122a737cddf4b9e4ea75364ca3c3e872b7024 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 11 Sep 2008 06:18:24 +0000 Subject: [PATCH] (charset-map-path): Doc fix. --- lisp/ChangeLog | 2 +- src/ChangeLog | 4 ++++ src/charset.c | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6bc3b329967..0726591ef58 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -741,7 +741,7 @@ 2008-08-18 Adrian Robert * 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 diff --git a/src/ChangeLog b/src/ChangeLog index f084924ac7b..e16899d101a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-09-11 Glenn Morris + + * charset.c (charset-map-path): Doc fix. + 2008-09-10 Kenichi Handa * xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1. diff --git a/src/charset.c b/src/charset.c index a08089d6d2c..217f51b15fb 100644 --- a/src/charset.c +++ b/src/charset.c @@ -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, -- 2.39.5