X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/35cf62d95cdcd5323dcea4a5385942c342ff1d9c..d236329b5285004b6b25317614c6a42d7d4e516f:/lisp/find-lisp.el diff --git a/lisp/find-lisp.el b/lisp/find-lisp.el index bfe35c0109..a4cc1ab964 100644 --- a/lisp/find-lisp.el +++ b/lisp/find-lisp.el @@ -4,7 +4,7 @@ ;; Created: Fri Mar 26 1999 ;; Keywords: unix -;; Copyright (C) 1999-2012 Free Software Foundation, Inc. +;; Copyright (C) 1999-2014 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -53,7 +53,7 @@ "Internal variable.") (defconst find-lisp-line-indent " " - "Indentation for dired file lines.") + "Indentation for Dired file lines.") (defvar find-lisp-file-predicate nil "Predicate for choosing to include files.") @@ -280,7 +280,7 @@ It is a function which takes two arguments, the directory and its parent." ;;;###autoload (defun find-lisp-find-dired-filter (regexp) - "Change the filter on a find-lisp-find-dired buffer to REGEXP." + "Change the filter on a `find-lisp-find-dired' buffer to REGEXP." (interactive "sSet filter to regexp: ") (setq find-lisp-regexp regexp) (revert-buffer))