aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii2014-04-30 19:59:03 +0300
committerEli Zaretskii2014-04-30 19:59:03 +0300
commit72962dd88224fe01ea392482017bbf179a621a8e (patch)
treefcb7ed39beb13f6b0067ca07f7704ba36ae58fd7 /lisp
parentf828c69dba3665e88493d103c92184d52bb6fa50 (diff)
downloademacs-72962dd88224fe01ea392482017bbf179a621a8e.tar.gz
emacs-72962dd88224fe01ea392482017bbf179a621a8e.zip
Minor fixes for dired.el doc strings.
lisp/dired.el (dired-initial-position-hook, dired-initial-position): Doc string fixes.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/dired.el4
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f7e1fd4cea8..769d06028b4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-04-30 Eli Zaretskii <eliz@gnu.org>
2
3 * dired.el (dired-initial-position-hook, dired-initial-position):
4 Doc string fixes.
5
12014-04-29 Glenn Morris <rgm@gnu.org> 62014-04-29 Glenn Morris <rgm@gnu.org>
2 7
3 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283) 8 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
diff --git a/lisp/dired.el b/lisp/dired.el
index 1cce5bc6665..3b986e99f60 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -222,7 +222,7 @@ with the buffer narrowed to the listing."
222 222
223(defcustom dired-initial-position-hook nil 223(defcustom dired-initial-position-hook nil
224 "This hook is used to position the point. 224 "This hook is used to position the point.
225It is run the function `dired-initial-position'." 225It is run by the function `dired-initial-position'."
226 :group 'dired 226 :group 'dired
227 :type 'hook 227 :type 'hook
228 :version "24.4") 228 :version "24.4")
@@ -2768,7 +2768,7 @@ as returned by `dired-get-filename'. LIMIT is the search limit."
2768;; FIXME document whatever dired-x is doing. 2768;; FIXME document whatever dired-x is doing.
2769(defun dired-initial-position (dirname) 2769(defun dired-initial-position (dirname)
2770 "Where point should go in a new listing of DIRNAME. 2770 "Where point should go in a new listing of DIRNAME.
2771Point assumed at beginning of new subdir line. 2771Point is assumed to be at the beginning of new subdir line.
2772It runs the hook `dired-initial-position-hook'." 2772It runs the hook `dired-initial-position-hook'."
2773 (end-of-line) 2773 (end-of-line)
2774 (and (featurep 'dired-x) dired-find-subdir 2774 (and (featurep 'dired-x) dired-find-subdir