aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-09-11 06:18:24 +0000
committerGlenn Morris <[email protected]>2008-09-11 06:18:24 +0000
commit6f3122a737cddf4b9e4ea75364ca3c3e872b7024 (patch)
tree2189dca3b430adb2de6625c18a0ad1d0a23df3f3
parent7103fd599b4eb1610e35721ee4ebe95cc32499b8 (diff)
(charset-map-path): Doc fix.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--src/ChangeLog4
-rw-r--r--src/charset.c2
3 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6bc3b32996..0726591ef5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -741,7 +741,7 @@
2008-08-18 Adrian Robert <[email protected]>
* 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 <[email protected]>
diff --git a/src/ChangeLog b/src/ChangeLog
index f084924ac7..e16899d101 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-11 Glenn Morris <[email protected]>
+
+ * charset.c (charset-map-path): Doc fix.
+
2008-09-10 Kenichi Handa <[email protected]>
* xdisp.c (handle_composition_prop): Set it->cmp_it.ch to -1.
diff --git a/src/charset.c b/src/charset.c
index a08089d6d2..217f51b15f 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,