* progmodes/grep.el (find-program): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
index 8f13eba..f3c1ae0 100644 (file)
@@ -1,3 +1,23 @@
+2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * 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).
+
+2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * ielm.el (inferior-emacs-lisp-mode): Instead of
+       `comment-use-global-state', set `comment-use-syntax'.
+
+2014-02-10  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
+
 2014-02-09  Alan Mackenzie  <acm@muc.de>
 
        Fix c-invalidate-state-cache on narrowed buffers.