diff options
| author | Eli Zaretskii | 2008-10-18 17:58:25 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-18 17:58:25 +0000 |
| commit | 018a960d04c5ef46c850ffa3ceda92db07cd78d0 (patch) | |
| tree | 3fa79574c977ec2ffb4b9fb524795a121ad6f038 /etc | |
| parent | d653c8cc93c2d7f522de4ba548a641cd657569bc (diff) | |
| download | emacs-018a960d04c5ef46c850ffa3ceda92db07cd78d0.tar.gz emacs-018a960d04c5ef46c850ffa3ceda92db07cd78d0.zip | |
(Changing Files): Document symbolic input of file modes to `set-file-modes'.
Document `read-file-modes' and `file-modes-symbolic-to-number'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -501,6 +501,10 @@ matches a regexp. | |||
| 501 | *** The new commands `pp-macroexpand-expression' and | 501 | *** The new commands `pp-macroexpand-expression' and |
| 502 | `pp-macroexpand-last-sexp' pretty-print macro expansions. | 502 | `pp-macroexpand-last-sexp' pretty-print macro expansions. |
| 503 | 503 | ||
| 504 | *** The new command `set-file-modes' allows to set file's mode bits. | ||
| 505 | The mode bits can be specified in symbolic notation, like with GNU | ||
| 506 | Coreutils, in addition to an octal number. | ||
| 507 | |||
| 504 | 508 | ||
| 505 | * New Modes and Packages in Emacs 23.1 | 509 | * New Modes and Packages in Emacs 23.1 |
| 506 | 510 | ||
| @@ -1305,6 +1309,7 @@ unless it ends in whitespace. | |||
| 1305 | 1309 | ||
| 1306 | ** File handling changes | 1310 | ** File handling changes |
| 1307 | 1311 | ||
| 1312 | +++ | ||
| 1308 | *** set-file-modes is now interactive and can take the mode value in | 1313 | *** set-file-modes is now interactive and can take the mode value in |
| 1309 | symbolic notation thanks to auxiliary functions. | 1314 | symbolic notation thanks to auxiliary functions. |
| 1310 | 1315 | ||