Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
766376c6
Commit
766376c6
authored
Nov 05, 2012
by
Chong Yidong
Browse files
* dired.texi (Dired Updating): Doc fix.
Fixes: debbugs:11744
parent
7e92a493
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+4
-0
doc/emacs/dired.texi
doc/emacs/dired.texi
+10
-10
No files found.
doc/emacs/ChangeLog
View file @
766376c6
2012-11-05 Chong Yidong <cyd@gnu.org>
* dired.texi (Dired Updating): Doc fix (Bug#11744).
2012-10-30 Michael Albinus <michael.albinus@gmx.de>
* trouble.texi (Known Problems): Mention command `debbugs-gnu-usertags'.
...
...
doc/emacs/dired.texi
View file @
766376c6
...
...
@@ -1170,17 +1170,17 @@ automatically when you revisit it, by setting the variable
@kindex k @r{(Dired)}
@findex dired-do-kill-lines
To delete
the specified
@emph{file lines} from the buffer---
not
delet
e
the files---type @kbd{k} (@code{dired-do-kill-lines}). Like
To delete @emph{file lines} from the buffer---
without actually
delet
ing
the files---type @kbd{k} (@code{dired-do-kill-lines}). Like
the file-operating commands, this command operates on the next @var{n}
files, or on the marked files if any
; but
it does not operate on
the
current file
as a last resort
.
If you use @kbd{k}
with a numeric prefix argument to kill the line
for a file that is a directory, which you have inserted in the Dired
buffer as a subdirectory
, it remove
d
th
at
subdirectory li
ne from the
buffer
as well. Typing @kbd{C-u k} on the header line for a
subdirectory
also removes the subdirectory line from the Dired buffer.
files, or on the marked files if any
. However,
it does not operate on
the
current file
, since otherwise mistyping @kbd{k} could be annoying
.
If you use @kbd{k}
to kill the line for a directory file which you
had inserted in the Dired buffer as a subdirectory
(@pxref{Subdirectories in Dired})
, it remove
s
th
e
subdirectory li
sting
as well. Typing @kbd{C-u k} on the header line for a
subdirectory
also removes the subdirectory line from the Dired buffer.
The @kbd{g} command brings back any individual lines that you have
killed in this way, but not subdirectories---you must use @kbd{i} to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment