diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-12-14 05:44:18 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-12-14 05:44:18 +0000 |
commit | 64496d640c079c9a906445e33a1326df13e7e7c7 (patch) | |
tree | 652a150341a168a6524948974a29a3cf704c7b4a /lisp | |
parent | 46ef0ea202cec6b41d2aeb133ff65f25861e6cf0 (diff) | |
download | emacs-64496d640c079c9a906445e33a1326df13e7e7c7.tar.gz |
Fix typos.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b626f15cbe7..05b7c05f4f2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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> |