mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
Minor fixes for dired.el doc strings.
lisp/dired.el (dired-initial-position-hook, dired-initial-position): Doc string fixes.
This commit is contained in:
parent
f828c69dba
commit
72962dd882
@ -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>
|
2014-04-29 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
* mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
|
* mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
|
||||||
|
@ -222,7 +222,7 @@ with the buffer narrowed to the listing."
|
|||||||
|
|
||||||
(defcustom dired-initial-position-hook nil
|
(defcustom dired-initial-position-hook nil
|
||||||
"This hook is used to position the point.
|
"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
|
:group 'dired
|
||||||
:type 'hook
|
:type 'hook
|
||||||
:version "24.4")
|
: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.
|
;; FIXME document whatever dired-x is doing.
|
||||||
(defun dired-initial-position (dirname)
|
(defun dired-initial-position (dirname)
|
||||||
"Where point should go in a new listing of 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'."
|
It runs the hook `dired-initial-position-hook'."
|
||||||
(end-of-line)
|
(end-of-line)
|
||||||
(and (featurep 'dired-x) dired-find-subdir
|
(and (featurep 'dired-x) dired-find-subdir
|
||||||
|
Loading…
Reference in New Issue
Block a user