summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2012-02-25 13:09:19 +0100
committerJuanma Barranquero <lekktu@gmail.com>2012-02-25 13:09:19 +0100
commit91027d08b5b4d712398ac6a1acda35411c663ef4 (patch)
treeed167e5b3cade7a06303031d4a8b6c1f2e3bd3d6
parent525795c1bd665eabf5b62e9ab6706ea0a6c25c19 (diff)
downloademacs-91027d08b5b4d712398ac6a1acda35411c663ef4.tar.gz
lisp/ChangeLog: Fix typos.
-rw-r--r--lisp/ChangeLog17
1 files changed, 8 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index aa62fd9a70b..353d40a9fa4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,7 +3,6 @@
* term/ns-win.el (global-map): Bind ns-drag-file to
ns-find-file (Bug#5855, Bug#10050).
-
2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
* calendar/parse-time.el (parse-time-string): Allow extractor to
@@ -11,12 +10,12 @@
2012-02-25 Michael Albinus <michael.albinus@gmx.de>
- * net/tramp.el (tramp-file-name-for-operation): Add
- `files-equal-p' and `file-subdir-of-p'.
+ * net/tramp.el (tramp-file-name-for-operation):
+ Add `files-equal-p' and `file-subdir-of-p'.
* net/tramp-sh.el (tramp-sh-handle-copy-directory):
- * net/tramp-smb.el (tramp-smb-handle-copy-directory): Add
- COPY-CONTENTS argument.
+ * net/tramp-smb.el (tramp-smb-handle-copy-directory):
+ Add COPY-CONTENTS argument.
2012-02-25 Chong Yidong <cyd@gnu.org>
@@ -65,9 +64,9 @@
the execution of the mode hooks.
* font-lock.el (font-lock-initial-fontify): New function extracted
- from font-lock-mode-interal.
+ from font-lock-mode-internal.
- * font-core.el (font-lock-mode): call font-lock-initial-fontify in
+ * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
:after-hook.
2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -433,7 +432,7 @@
* mail/emacsbug.el (report-emacs-bug-hook): Query the user first
about SMTP before checking the From header.
- * mail/sendmail.el (sendmail-query-user-about-smtp): Refacored out
+ * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
into own function for reuse by emacsbug.el.
2012-02-10 Leo Liu <sdl.web@gmail.com>
@@ -447,7 +446,7 @@
* emacs-lisp/package.el (package-refresh-contents)
(package-menu-execute):
* desktop.el (desktop-create-buffer):
- * font-lock.el (lisp-font-lock-keywords-2): caller changed.
+ * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
2012-02-10 Glenn Morris <rgm@gnu.org>