summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-02-26 01:18:16 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-02-26 01:18:16 +0100
commit413e6468779d62baa658f2b9939350a876ee198f (patch)
tree5a28f853d71afca79839d3f397d59a83c95ab622
parent116b6d38756adafbc8562da0b7fd721122172394 (diff)
downloademacs-413e6468779d62baa658f2b9939350a876ee198f.tar.gz
lisp/ChangeLog: Fix typos.
-rw-r--r--lisp/ChangeLog8
1 files changed, 4 insertions, 4 deletions
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 <mac@mail.brushroad.com>
- * 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 <wsnyder@wsnyder.org>
- * 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 <sdl.web@gmail.com>
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 <kirk.kelsey@0x4b.net> (tiny change)
Stefan Monnier <monnier@iro.umontreal.ca>