diff options
| author | Glenn Morris | 2014-01-27 16:26:48 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-01-27 16:26:48 -0500 |
| commit | 52695556f3cd5d83e28461dc2a8fa348637cb793 (patch) | |
| tree | b25b026ed56f335f73b891b32825216a5b20c9d7 /doc | |
| parent | 68d01ccc30b04692993748185f9a65b4867a219e (diff) | |
| download | emacs-52695556f3cd5d83e28461dc2a8fa348637cb793.tar.gz emacs-52695556f3cd5d83e28461dc2a8fa348637cb793.zip | |
Small doc updates for CUA and dired
* doc/emacs/dired.texi (Misc Dired Features): Copyedits for hide-details.
* lisp/dired.el (dired-hide-details-hide-symlink-targets)
(dired-hide-details-hide-information-lines)
(dired-hide-details-mode): Doc fixes.
* lisp/emulation/cua-base.el (cua-mode): Doc fix.
* etc/NEWS: Related edits.
* lisp/ChangeLog: Comment changes do not need ChangeLog entries.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/emacs/dired.texi | 30 |
2 files changed, 16 insertions, 16 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 4d47bdad73b..bac170eaf3a 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2014-01-27 Glenn Morris <rgm@gnu.org> | 1 | 2014-01-27 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * dired.texi (Misc Dired Features): Copyedits for hide-details. | ||
| 4 | |||
| 3 | * buffers.texi (List Buffers): Tiny edit. | 5 | * buffers.texi (List Buffers): Tiny edit. |
| 4 | 6 | ||
| 5 | * calendar.texi (Time Intervals): Update for files in ~/.emacs.d/. | 7 | * calendar.texi (Time Intervals): Update for files in ~/.emacs.d/. |
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index b7de1bdf3aa..70553c13747 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi | |||
| @@ -1382,7 +1382,7 @@ file, the search wraps around to the first marked file. The command | |||
| 1382 | a regular expression search. @xref{Repeat Isearch}, for information | 1382 | a regular expression search. @xref{Repeat Isearch}, for information |
| 1383 | about search repetition. | 1383 | about search repetition. |
| 1384 | 1384 | ||
| 1385 | @cindex Adding to the kill ring in Dired. | 1385 | @cindex adding to the kill ring in Dired |
| 1386 | @kindex w @r{(Dired)} | 1386 | @kindex w @r{(Dired)} |
| 1387 | @findex dired-copy-filename-as-kill | 1387 | @findex dired-copy-filename-as-kill |
| 1388 | The command @kbd{w} (@code{dired-copy-filename-as-kill}) puts the | 1388 | The command @kbd{w} (@code{dired-copy-filename-as-kill}) puts the |
| @@ -1403,6 +1403,19 @@ names into arguments for other Emacs commands. It also displays what | |||
| 1403 | it added to the kill ring, so you can use it to display the list of | 1403 | it added to the kill ring, so you can use it to display the list of |
| 1404 | currently marked files in the echo area. | 1404 | currently marked files in the echo area. |
| 1405 | 1405 | ||
| 1406 | @kindex ( @r{(Dired)} | ||
| 1407 | @findex dired-hide-details-mode | ||
| 1408 | @vindex dired-hide-details-hide-symlink-targets | ||
| 1409 | @vindex dired-hide-details-hide-information-lines | ||
| 1410 | @cindex hiding details in Dired | ||
| 1411 | The command @kbd{(} (@code{dired-hide-details-mode}) toggles whether | ||
| 1412 | details, such as ownership or file permissions, are visible in the | ||
| 1413 | current Dired buffer. By default, it also hides the targets of | ||
| 1414 | symbolic links, and all lines other than the header line and | ||
| 1415 | file/directory listings. To change this, customize the options | ||
| 1416 | @code{dired-hide-details-hide-symlink-targets} and | ||
| 1417 | @code{dired-hide-details-hide-information-lines}, respectively. | ||
| 1418 | |||
| 1406 | @cindex Dired and version control | 1419 | @cindex Dired and version control |
| 1407 | If the directory you are visiting is under version control | 1420 | If the directory you are visiting is under version control |
| 1408 | (@pxref{Version Control}), then the normal VC diff and log commands | 1421 | (@pxref{Version Control}), then the normal VC diff and log commands |
| @@ -1440,18 +1453,3 @@ it onto a Dired buffer; this either moves, copies, or creates a link | |||
| 1440 | to the file in that directory. Precisely which action is taken is | 1453 | to the file in that directory. Precisely which action is taken is |
| 1441 | determined by the originating program. Dragging files out of a Dired | 1454 | determined by the originating program. Dragging files out of a Dired |
| 1442 | buffer is currently not supported. | 1455 | buffer is currently not supported. |
| 1443 | |||
| 1444 | @kindex ( @r{(Dired)} | ||
| 1445 | @c ) | ||
| 1446 | @findex dired-hide-details-mode | ||
| 1447 | @vindex dired-hide-details-hide-symlink-targets | ||
| 1448 | @vindex dired-hide-details-hide-information-lines | ||
| 1449 | @cindex Hide details in Dired. | ||
| 1450 | The command @kbd{(} (@code{dired-hide-details-mode}) toggles whether | ||
| 1451 | details, such as ownership or file permissions, are hidden. If the | ||
| 1452 | variable @code{dired-hide-details-hide-symlink-targets} is | ||
| 1453 | non-@code{nil} then targets of symbolic links are hidden as well. A | ||
| 1454 | non-@code{nil} value for the variable | ||
| 1455 | @code{dired-hide-details-hide-information-lines} means that all lines | ||
| 1456 | other than the header and lines containing files and directories are | ||
| 1457 | hidden. | ||