From: Juanma Barranquero Date: Sat, 26 Feb 2011 00:18:16 +0000 (+0100) Subject: lisp/ChangeLog: Fix typos. X-Git-Tag: emacs-23.3~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=413e6468779d62baa658f2b9939350a876ee198f;p=emacs.git lisp/ChangeLog: Fix typos. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 75010513c12..bd1f4e7b3c9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1111,7 +1111,7 @@ 2010-10-23 Michael McNamara - * verilog-mode.el (verilog-directive-re): Make this variable + * progmodes/verilog-mode.el (verilog-directive-re): Make this variable auto-built for efficiency of execution and updating. (verilog-extended-complete-re): Support 'pure' fucntion & task declarations (these have no bodies). @@ -1145,7 +1145,7 @@ 2010-10-23 Wilson Snyder - * verilog-mode.el (verilog-auto-inst, verilog-gate-ios) + * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios) (verilog-gate-keywords, verilog-read-sub-decls) (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios) (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support @@ -1870,10 +1870,10 @@ 2010-08-21 Leo Fix buffer-list rename&refresh after killing a buffer in ido. - * lisp/ido.el: Revert Óscar's. + * ido.el: Revert Óscar's. (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh. Remember the buffers at head, rather than their name. - * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list. + * iswitchb.el (iswitchb-kill-buffer): Re-make the list. 2010-08-21 Kirk Kelsey (tiny change) Stefan Monnier