summaryrefslogtreecommitdiff
path: root/lisp/find-lisp.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2013-08-06 14:12:33 +0200
committerJuanma Barranquero <lekktu@gmail.com>2013-08-06 14:12:33 +0200
commit64e22afeb39dd568082929d945148060d2ac7fa7 (patch)
tree94236e09a94c8404dedb80501bfd17128ae75fdb /lisp/find-lisp.el
parentc8c2aca8d0b231bfb960e2e4d4af268cceeada7c (diff)
downloademacs-64e22afeb39dd568082929d945148060d2ac7fa7.tar.gz
lisp/find-lisp.el: Fix typos in docstrings.
Diffstat (limited to 'lisp/find-lisp.el')
-rw-r--r--lisp/find-lisp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/find-lisp.el b/lisp/find-lisp.el
index cac09bb11a8..0eea918dc48 100644
--- a/lisp/find-lisp.el
+++ b/lisp/find-lisp.el
@@ -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))