Mercurial > emacs
comparison etc/NEWS @ 99949:7e55a36d7687
Documented set-file-modes.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 26 Nov 2008 05:32:24 +0000 |
parents | fbcaff66610e |
children | 821cd83f08ea |
comparison
equal
deleted
inserted
replaced
99948:54f4d6ed093e | 99949:7e55a36d7687 |
---|---|
523 *** The new command kill-matching-buffers kills buffers whose name | 523 *** The new command kill-matching-buffers kills buffers whose name |
524 matches a regexp. | 524 matches a regexp. |
525 | 525 |
526 *** The new commands `pp-macroexpand-expression' and | 526 *** The new commands `pp-macroexpand-expression' and |
527 `pp-macroexpand-last-sexp' pretty-print macro expansions. | 527 `pp-macroexpand-last-sexp' pretty-print macro expansions. |
528 | 528 +++ |
529 *** The new command `set-file-modes' allows to set file's mode bits. | 529 *** The new command `set-file-modes' allows to set file's mode bits. |
530 The mode bits can be specified in symbolic notation, like with GNU | 530 The mode bits can be specified in symbolic notation, like with GNU |
531 Coreutils, in addition to an octal number. | 531 Coreutils, in addition to an octal number. |
532 | 532 |
533 *** `next-error-recenter' specifies how next-error should recenter the | 533 *** `next-error-recenter' specifies how next-error should recenter the |