changeset 34539:ed447b1eada2

Fix typos.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 14 Dec 2000 05:44:18 +0000
parents 881bdfeacf55
children e1e4704de6ed
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Dec 14 01:42:13 2000 +0000
+++ b/lisp/ChangeLog	Thu Dec 14 05:44:18 2000 +0000
@@ -7,8 +7,8 @@
 
 	* bookmark.el: Provide a generic exit hook, as suggested by
 	Ovidiu Predescu <ovidiu@cup.hp.com>:
-	(bookmark-exit-hook): new var.
-	(bookmark-exit-hook-internal): new func, replaces
+	(bookmark-exit-hook): New var.
+	(bookmark-exit-hook-internal): New func, replaces
 	old raw lambda form in `kill-emacs-hook', and runs new
 	`bookmark-exit-hooks'.  No longer tests for the bookmark feature,
 	as logically that feature must have been provided if this function
@@ -70,7 +70,7 @@
 
 	* term/mac-win.el: Remove load for ls-lisp.
 
-	* loadup.el: Load ls-lisp for system-type macros.
+	* loadup.el: Load ls-lisp for system-type `macos'.
 
 2000-12-12  Miles Bader  <miles@gnu.org>