]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor fixes for dired.el doc strings.
authorEli Zaretskii <eliz@gnu.org>
Wed, 30 Apr 2014 16:59:03 +0000 (19:59 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 30 Apr 2014 16:59:03 +0000 (19:59 +0300)
 lisp/dired.el (dired-initial-position-hook, dired-initial-position):
 Doc string fixes.

lisp/ChangeLog
lisp/dired.el

index f7e1fd4cea8b57289b0896cfd819219561f6ae79..769d06028b40fcf7eb26fa206f52be6ac35cf60e 100644 (file)
@@ -1,3 +1,8 @@
+2014-04-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * dired.el (dired-initial-position-hook, dired-initial-position):
+       Doc string fixes.
+
 2014-04-29  Glenn Morris  <rgm@gnu.org>
 
        * mail/rmail.el (rmail-quit): Handle killed summaries.  (Bug#17283)
index 1cce5bc66655bea78bde57436191bfb985f195dc..3b986e99f607df7a01854c661e544181bb97fe79 100644 (file)
@@ -222,7 +222,7 @@ with the buffer narrowed to the listing."
 
 (defcustom dired-initial-position-hook nil
   "This hook is used to position the point.
-It is run the function `dired-initial-position'."
+It is run by the function `dired-initial-position'."
   :group 'dired
   :type 'hook
   :version "24.4")
@@ -2768,7 +2768,7 @@ as returned by `dired-get-filename'.  LIMIT is the search limit."
 ;; FIXME document whatever dired-x is doing.
 (defun dired-initial-position (dirname)
   "Where point should go in a new listing of DIRNAME.
-Point assumed at beginning of new subdir line.
+Point is assumed to be at the beginning of new subdir line.
 It runs the hook `dired-initial-position-hook'."
   (end-of-line)
   (and (featurep 'dired-x) dired-find-subdir