diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-10-01 09:12:37 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-10-01 09:12:37 +0000 |
commit | 183080b610ce4d3385d272aa26b61f3a54f7a9af (patch) | |
tree | 23cec0c26976cad35c9e3da380161d9945c31b95 /lisp/ChangeLog.4 | |
parent | ca311e4261c746b9c7f3e48029cf56423fe6757e (diff) | |
download | emacs-183080b610ce4d3385d272aa26b61f3a54f7a9af.tar.gz |
Fix typos.
Diffstat (limited to 'lisp/ChangeLog.4')
-rw-r--r-- | lisp/ChangeLog.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog.4 b/lisp/ChangeLog.4 index eaf475116e0..fd015471487 100644 --- a/lisp/ChangeLog.4 +++ b/lisp/ChangeLog.4 @@ -969,7 +969,7 @@ - A new exposure-layout syntax, which accommodates outlines with multiple top-level topics. (See `outline-expose' and `outline-new-exposure'.) - - Automatic exposure and verfication-prompting on attempts to + - Automatic exposure and verification-prompting on attempts to change text within concealed regions, before they are applied. (Undo affecting concealed regions is only exposed, not verified, to facilitate smooth undo sequences.) @@ -6948,7 +6948,7 @@ * loaddefs.el (ctl-x-map): Correct C-x r t to string-rectangle. - * paren.el (show-paren-command-hook): Specify buffer for move-overay. + * paren.el (show-paren-command-hook): Specify buffer for move-overlay. 1993-07-22 Paul Eggert (eggert@twinsun.com) @@ -8809,7 +8809,7 @@ 1993-06-01 Ken Manheimer (klm@coil.nist.gov) * allout.el (move-to-column): Pass zero instead of negative arg. - Added some free variables defvars, so byte-comple doesn't complain. + Added some free variables defvars, so byte-compile doesn't complain. Included some stub code, eventually will be proper use of Emacs 19 minor-mode-sensitive keymaps. |