[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#77650: 30.1; strange docstring for dired-do-touch
From: |
Francesco Potortì |
Subject: |
bug#77650: 30.1; strange docstring for dired-do-touch |
Date: |
Tue, 08 Apr 2025 19:28:18 +0200 |
This is the start of defun of dired-do-touch in dired-aux.el
(defun dired-do-touch (&optional arg)
"Change the timestamp of the marked (or next ARG) files.
This calls touch.
Type Type \\<minibuffer-local-completion-map>\\[next-history-element] \
to pull the file attributes of the file at point
into the minibuffer."
The last three lines of the docstring make no sense to me because:
1. "Type" is repeated twice
2. when I call for description of "T" in a dired buffer, those lines show as:
Type Type M-n to pull the file attributes of the file at point
into the minibuffer.
But M-n calls clone-buffer
- bug#77650: 30.1; strange docstring for dired-do-touch,
Francesco Potortì <=