* lisp/jit-lock.el (jit-lock-force-redisplay): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
index 42af81b..94c647b 100644 (file)
@@ -1,5 +1,39 @@
+2014-02-10  Glenn Morris  <rgm@gnu.org>
+
+       * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
+
+2014-02-10  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32-common-fns.el (x-get-selection): Doc fix.
+       * select.el (x-get-selection): Doc fix.  (Bug#15109)
+
+       * face-remap.el (face-remap-add-relative)
+       (face-remap-remove-relative, face-remap-reset-base)
+       (face-remap-set-base): Call force-mode-line-update to redisplay
+       the current buffer due to potential change in faces.  (Bug#16709)
+
+2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
+       script more robustly.
+
 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * dired.el (dired-get-marked-files): Doc fix (bug#11534).
+
+       * simple.el (choose-completion): Doc fix (bug#14160).
+
+       * subr.el (event-start): Say what a nil EVENT value means.
+
+       * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
+       (bug#14197).
+
+       * progmodes/grep.el (find-program): Doc fix (bug#14289).
+
+       * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
+
+       * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
+
        * files.el (confirm-kill-emacs): Allow specifying an arbitrary
        predicate function (bug#15455).