X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/6a43ef8e8508df7d732e639ec75f657f4363e27a..b9af507817a9dc8e3a2baa4128410a32b9301a8a:/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))