summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2004-06-17 00:03:06 +0000
committerJuanma Barranquero <lekktu@gmail.com>2004-06-17 00:03:06 +0000
commitf4af98d88f50c4afc245f80089c1d9b8938e575c (patch)
treef86bdc7fe57aca257c99e6dd3237dd26f6a4a8bf /lisp
parentaa417798e7015e73893781ab971851839a0f9196 (diff)
downloademacs-f4af98d88f50c4afc245f80089c1d9b8938e575c.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f86847413fd..504a277ca40 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
2004-06-17 Juanma Barranquero <lektu@terra.es>
+ * files.el (parse-colon-path, cd): Mention in docstring that the
+ path separator is colon in GNU-like systems.
+
+ * newcomment.el (comment-region-internal): Fix docstring.
+
* emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
(ewoc-invalidate, ewoc-collect): Doc fixes.
(ewoc--create-node, ewoc--delete-node-internal):