* bug#6814: Documenation: `dired-map-over-marks' needs re-filled
@ 2010-08-06 20:43 MON KEY
2011-07-03 13:25 ` Lars Magne Ingebrigtsen
0 siblings, 1 reply; 2+ messages in thread
From: MON KEY @ 2010-08-06 20:43 UTC (permalink / raw)
To: 6814
Docstring of macro `dired-map-over-marks' needs re-filled.
,---- (documentation 'dired-map-over-marks)
|
| Eval BODY with point on each marked line. Return a list of BODY's results.
| If no marked file could be found, execute BODY on the current line.
| ARG, if non-nil, specifies the files to use instead of the marked files.
| If ARG is an integer, use the next ARG (or previous -ARG, if
| ARG<0) files. In that case, point is dragged along. This is
| so that commands on the next ARG (instead of the marked) files
| can be chained easily.
| For any other non-nil value of ARG, use the current file.
| If optional third arg SHOW-PROGRESS evaluates to non-nil,
| redisplay the dired buffer after each file is processed.
| No guarantee is made about the position on the marked line.
| BODY must ensure this itself if it depends on this.
| Search starts at the beginning of the buffer, thus the car of the list
| corresponds to the line nearest to the buffer's bottom. This
| is also true for (positive and negative) integer values of ARG.
| BODY should not be too long as it is expanded four times.
|
| If DISTINGUISH-ONE-MARKED is non-nil, then if we find just one marked file,
| return (t FILENAME) instead of (FILENAME).
|
`----
Problem appears in Emacs 23.2 and verified current through Bzr-100972
--
/s_P\
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#6814: Documenation: `dired-map-over-marks' needs re-filled
2010-08-06 20:43 bug#6814: Documenation: `dired-map-over-marks' needs re-filled MON KEY
@ 2011-07-03 13:25 ` Lars Magne Ingebrigtsen
0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-03 13:25 UTC (permalink / raw)
To: MON KEY; +Cc: 6814
MON KEY <monkey@sandpframing.com> writes:
> Docstring of macro `dired-map-over-marks' needs re-filled.
>
> ,---- (documentation 'dired-map-over-marks)
Ok; done.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-03 13:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-06 20:43 bug#6814: Documenation: `dired-map-over-marks' needs re-filled MON KEY
2011-07-03 13:25 ` Lars Magne Ingebrigtsen
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.