aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2004-04-23 21:35:38 +0000
committerJuanma Barranquero <[email protected]>2004-04-23 21:35:38 +0000
commitc62aec7835d0c643f7ec4e6478b2b0d4c643b1f6 (patch)
treef8057b6825d2ebfeac0689f19eabaa5fa38e9402
parent21a2e05d679999dcfad54719722cc2199e4b1525 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog8
-rw-r--r--src/ChangeLog11
2 files changed, 13 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 802c4f780d..fcdc9f2da1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2004-04-23 Juanma Barranquero <[email protected]>
+
+ * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
+
+ * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
+ (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
+ (pcomplete--help, pcomplete--here): Doc fixes.
+
2004-04-23 Andre Spiegel <[email protected]>
* vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
diff --git a/src/ChangeLog b/src/ChangeLog
index 6bc622c8bf..3d4e320b5f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -37,7 +37,7 @@
* lisp.h (pos_visible_p): Fix prototype.
- * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
+ * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
(x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
(x_draw_image_foreground, x_draw_image_relief)
(x_draw_image_foreground_1, x_draw_image_glyph_string):
@@ -8334,12 +8334,11 @@
2002-07-19 Juanma Barranquero <[email protected]>
- * fileio.c (Ffile_name_as_directory): Fix argument name in docstring.
- (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
-
* xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
* fileio.c (syms_of_fileio): Likewise.
+ (Ffile_name_as_directory): Fix argument name in docstring.
+ (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
2002-07-18 Richard M. Stallman <[email protected]>
@@ -11989,9 +11988,9 @@
* abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
- * buffer.c (Fkill_buffer): Use Frun_hooks, not Vrun_hooks.
+ * buffer.c (Fkill_buffer): Likewise.
- * print.c (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks.
+ * print.c (temp_output_buffer_setup): Likewise.
2001-11-25 Stefan Monnier <[email protected]>