diff options
| author | Chong Yidong | 2012-02-25 17:07:23 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-02-25 17:07:23 +0800 |
| commit | fa74b241a324c5c44c4223c2d1b4c2fcb605eb72 (patch) | |
| tree | 64313858047c7834da491e0166cedc981ad8167c /src/ChangeLog | |
| parent | a3fcfa99f65c578d857ce0f6e8595f6a5ad77ec8 (diff) | |
| download | emacs-fa74b241a324c5c44c4223c2d1b4c2fcb605eb72.tar.gz emacs-fa74b241a324c5c44c4223c2d1b4c2fcb605eb72.zip | |
Document SELinux support functions in Lisp manual.
* doc/lispref/backups.texi (Making Backups): Return value of backup-buffer is
changed.
* doc/lispref/files.texi (File Attributes): Document file-selinux-context.
(Changing Files): Link to it.
(Changing Files): Document set-file-selinux-context.
* fileio.c (Ffile_selinux_context, Fset_file_selinux_context):
Doc fix.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7b546244792..1566d6258af 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-02-25 Chong Yidong <cyd@gnu.org> | 1 | 2012-02-25 Chong Yidong <cyd@gnu.org> |
| 2 | 2 | ||
| 3 | * fileio.c (Ffile_selinux_context, Fset_file_selinux_context): | ||
| 4 | Doc fix. | ||
| 5 | |||
| 3 | * xselect.c (Fx_selection_exists_p): Doc fix. | 6 | * xselect.c (Fx_selection_exists_p): Doc fix. |
| 4 | (x_clipboard_manager_save_all): Print an informative message | 7 | (x_clipboard_manager_save_all): Print an informative message |
| 5 | before saving to clipboard manager. | 8 | before saving to clipboard manager. |