aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu2008-12-24 18:27:30 +0000
committerDan Nicolaescu2008-12-24 18:27:30 +0000
commite69790672013aebe2fefdf9f59411877728cd098 (patch)
tree34b019116e48d88bc62e16d7fc727484c9856247 /etc
parent9de159632268f280f0993d9f671027fefc486b46 (diff)
downloademacs-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/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 333cadecb52..1e1abc2ef33 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
544The mode bits can be specified in symbolic notation, like with GNU 544The mode bits can be specified in symbolic notation, like with GNU
545Coreutils, in addition to an octal number. 545Coreutils, in addition to an octal number. `chmod' is a new
546convenience 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
548visited source file. Its value can be a number (for example, 0 for 549visited source file. Its value can be a number (for example, 0 for