emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117036: Minor fixes for dired.el doc strings.


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-24 r117036: Minor fixes for dired.el doc strings.
Date: Wed, 30 Apr 2014 16:59:21 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117036
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-24
timestamp: Wed 2014-04-30 19:59:03 +0300
message:
  Minor fixes for dired.el doc strings.
  
   lisp/dired.el (dired-initial-position-hook, dired-initial-position):
   Doc string fixes.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/dired.el                  dired.el-20091113204419-o5vbwnq5f7feedwu-482
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-04-29 15:51:49 +0000
+++ b/lisp/ChangeLog    2014-04-30 16:59:03 +0000
@@ -1,3 +1,8 @@
+2014-04-30  Eli Zaretskii  <address@hidden>
+
+       * dired.el (dired-initial-position-hook, dired-initial-position):
+       Doc string fixes.
+
 2014-04-29  Glenn Morris  <address@hidden>
 
        * mail/rmail.el (rmail-quit): Handle killed summaries.  (Bug#17283)

=== modified file 'lisp/dired.el'
--- a/lisp/dired.el     2014-04-22 18:17:17 +0000
+++ b/lisp/dired.el     2014-04-30 16:59:03 +0000
@@ -222,7 +222,7 @@
 
 (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 @@
 ;; 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


reply via email to

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