diff options
| author | Dan Nicolaescu | 2008-12-24 18:27:30 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-12-24 18:27:30 +0000 |
| commit | e69790672013aebe2fefdf9f59411877728cd098 (patch) | |
| tree | 34b019116e48d88bc62e16d7fc727484c9856247 /etc | |
| parent | 9de159632268f280f0993d9f671027fefc486b46 (diff) | |
| download | emacs-e69790672013aebe2fefdf9f59411877728cd098.tar.gz emacs-e69790672013aebe2fefdf9f59411877728cd098.zip | |
* subr.el (chmod): New defalias for set-file-modes.
* files.texi (Misc File Ops): Mention chmod as an alias for
set-file-modes.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -542,7 +542,8 @@ matches a regexp. | |||
| 542 | +++ | 542 | +++ |
| 543 | *** The new command `set-file-modes' allows to set file's mode bits. | 543 | *** The new command `set-file-modes' allows to set file's mode bits. |
| 544 | The mode bits can be specified in symbolic notation, like with GNU | 544 | The mode bits can be specified in symbolic notation, like with GNU |
| 545 | Coreutils, in addition to an octal number. | 545 | Coreutils, in addition to an octal number. `chmod' is a new |
| 546 | convenience alias for this function. | ||
| 546 | 547 | ||
| 547 | *** `next-error-recenter' specifies how next-error should recenter the | 548 | *** `next-error-recenter' specifies how next-error should recenter the |
| 548 | visited source file. Its value can be a number (for example, 0 for | 549 | visited source file. Its value can be a number (for example, 0 for |