]> code.delx.au - gnu-emacs/commitdiff
lisp/find-lisp.el: Fix typos in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 6 Aug 2013 12:12:33 +0000 (14:12 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 6 Aug 2013 12:12:33 +0000 (14:12 +0200)
lisp/ChangeLog
lisp/find-lisp.el

index b9d97d4e1403330991e226c2411866875d684c7d..31c5414cae0715ee8990107691a8901bd7f3a889 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
+       Fix typos in docstrings.
+
 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
 
        * frame.el (get-other-frame): Tiny cleanup.
index cac09bb11a80b4383da6fe8f8bd052bc78589cc2..0eea918dc48249117cff85c9a9dfe7bf39ee7e0e 100644 (file)
@@ -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))