From: Eli Zaretskii Date: Thu, 14 Dec 2000 05:44:18 +0000 (+0000) Subject: Fix typos. X-Git-Tag: emacs-pretest-21.0.95~546 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a924cf63b23b1124f991f798a0e782ceb6fb9700;p=emacs.git Fix typos. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 272a5cc78b2..67c1c0ec9e9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -7,8 +7,8 @@ * bookmark.el: Provide a generic exit hook, as suggested by Ovidiu Predescu : - (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