From: Juanma Barranquero Date: Fri, 19 Jul 2013 00:38:19 +0000 (+0200) Subject: lisp/ChangeLog, src/ChangeLog: Fix typos. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1759^2~16 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7064f05d3d660fbdd9e7a2feb0860b04f46ae0d;p=emacs.git lisp/ChangeLog, src/ChangeLog: Fix typos. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f56654af9ca..86715d6d695 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -5,13 +5,13 @@ 2013-07-18 Michael Albinus - * filenotify.el (file-notify--library): Renamed from + * filenotify.el (file-notify--library): Rename from `file-notify-support'. Do not autoload. Adapt all uses. (file-notify-supported-p): New defun. - * autorevert.el (auto-revert-use-notify): Use - `file-notify-supported-p' instead of `file-notify-support'. Adapt - docstring. + * autorevert.el (auto-revert-use-notify): + Use `file-notify-supported-p' instead of `file-notify-support'. + Adapt docstring. (auto-revert-notify-add-watch): Use `file-notify-supported-p'. * net/tramp.el (tramp-file-name-for-operation): @@ -3572,8 +3572,8 @@ (prolog-char-quote-workaround): * progmodes/cperl-mode.el (cperl-under-as-char): * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word): - Mark as obsolete. - (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in + Mark as obsolete. + (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in their declaration. (vhdl-mode-syntax-table-init): Remove. diff --git a/src/ChangeLog b/src/ChangeLog index 164445432ec..81b23bccc8b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -3,7 +3,7 @@ * keyboard.c: Try to fix typos in previous change. (DISPLAY_LIST_INFO): New macro. (kbd_buffer_get_event): Do not access members that are not present - in X11. Revert nadvertent change of "!=" to "=". + in X11. Revert inadvertent change of "!=" to "=". 2013-07-18 Juanma Barranquero