emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113716: lisp/find-lisp.el: Fix typos in docstrings.


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r113716: lisp/find-lisp.el: Fix typos in docstrings.
Date: Tue, 06 Aug 2013 12:12:44 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113716
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Tue 2013-08-06 14:12:33 +0200
message:
  lisp/find-lisp.el: Fix typos in docstrings.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/find-lisp.el              
findlisp.el-20091113204419-o5vbwnq5f7feedwu-1833
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-08-06 10:59:39 +0000
+++ b/lisp/ChangeLog    2013-08-06 12:12:33 +0000
@@ -1,3 +1,8 @@
+2013-08-06  Juanma Barranquero  <address@hidden>
+
+       * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
+       Fix typos in docstrings.
+
 2013-08-06  Dmitry Antipov  <address@hidden>
 
        * frame.el (get-other-frame): Tiny cleanup.

=== modified file 'lisp/find-lisp.el'
--- a/lisp/find-lisp.el 2013-01-01 09:11:05 +0000
+++ b/lisp/find-lisp.el 2013-08-06 12:12:33 +0000
@@ -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 @@
 
 ;;;###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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]