diff lisp/ChangeLog @ 40136:7cc9c2cf37c5

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Sun, 21 Oct 2001 14:44:58 +0000
parents bdb68c5326f5
children dba35a09b701
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Oct 21 14:33:15 2001 +0000
+++ b/lisp/ChangeLog	Sun Oct 21 14:44:58 2001 +0000
@@ -1,12 +1,12 @@
 2001-10-21  Miles Bader  <miles@gnu.org>
 
 	* help-funs.el (help-manyarg-func-alist): Remove entries for
-	`insert', `insert_and_inherit', `insert_before_markers',
-	`insert-before-markers-and-inherit', `messapge', `message_box',
-	`message_or_box', `propertize', `format', `encode_time', `append',
-	`concat', `vconcat', `nconc', `widget_apply', `make_hash_table',
-	`insert_string', `ml_if', `ml_provide_prefix_argument', and
-	`ml_prefix_argument_loop'.
+	`insert', `insert-and-inherit', `insert-before-markers',
+	`insert-before-markers-and-inherit', `message', `message-box',
+	`message-or-box', `propertize', `format', `encode-time', `append',
+	`concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
+	`insert-string', `ml-if', `ml-provide-prefix-argument', and
+	`ml-prefix-argument-loop'.
 
 2001-10-21  Andre Spiegel  <spiegel@gnu.org>