diff options
| author | Michael Albinus | 2012-12-19 22:25:58 +0100 |
|---|---|---|
| committer | Michael Albinus | 2012-12-19 22:25:58 +0100 |
| commit | 15ccf05eb5daaaf920b104886c13d1cc9071735c (patch) | |
| tree | 104d9de9da7f279095a874bf4e5b9ca2235b531d | |
| parent | ff3dda258de90e376c9ed74d724027447f9da3de (diff) | |
| download | emacs-15ccf05eb5daaaf920b104886c13d1cc9071735c.tar.gz emacs-15ccf05eb5daaaf920b104886c13d1cc9071735c.zip | |
* files.texi (Magic File Names): Add `file-acl',
`file-selinux-context', `set-file-acl' and
`set-file-selinux-context'. Make the list consistent.
| -rw-r--r-- | doc/lispref/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/lispref/files.texi | 26 |
2 files changed, 25 insertions, 7 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index d8a825374ed..80814e6830b 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-12-19 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * files.texi (Magic File Names): Add `file-acl', | ||
| 4 | `file-selinux-context', `set-file-acl' and | ||
| 5 | `set-file-selinux-context'. Make the list consistent. | ||
| 6 | |||
| 1 | 2012-12-19 Jonas Bernoulli <jonas@bernoul.li> | 7 | 2012-12-19 Jonas Bernoulli <jonas@bernoul.li> |
| 2 | 8 | ||
| 3 | * tips.texi (Library Headers): New header keyword `Homepage'. | 9 | * tips.texi (Library Headers): New header keyword `Homepage'. |
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 5440388fe70..07709d4c392 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -2764,9 +2764,12 @@ first, before handlers for jobs such as remote file access. | |||
| 2764 | @code{dired-compress-file}, @code{dired-uncache},@* | 2764 | @code{dired-compress-file}, @code{dired-uncache},@* |
| 2765 | @code{expand-file-name}, | 2765 | @code{expand-file-name}, |
| 2766 | @code{file-accessible-directory-p}, | 2766 | @code{file-accessible-directory-p}, |
| 2767 | @code{file-acl}, | ||
| 2767 | @code{file-attributes}, | 2768 | @code{file-attributes}, |
| 2768 | @code{file-directory-p}, | 2769 | @code{file-directory-p}, |
| 2770 | @code{file-equal-p}, | ||
| 2769 | @code{file-executable-p}, @code{file-exists-p}, | 2771 | @code{file-executable-p}, @code{file-exists-p}, |
| 2772 | @code{file-in-directory-p}, | ||
| 2770 | @code{file-local-copy}, @code{file-remote-p}, | 2773 | @code{file-local-copy}, @code{file-remote-p}, |
| 2771 | @code{file-modes}, @code{file-name-all-completions}, | 2774 | @code{file-modes}, @code{file-name-all-completions}, |
| 2772 | @code{file-name-as-directory}, | 2775 | @code{file-name-as-directory}, |
| @@ -2775,9 +2778,10 @@ first, before handlers for jobs such as remote file access. | |||
| 2775 | @code{file-name-nondirectory}, | 2778 | @code{file-name-nondirectory}, |
| 2776 | @code{file-name-sans-versions}, @code{file-newer-than-file-p}, | 2779 | @code{file-name-sans-versions}, @code{file-newer-than-file-p}, |
| 2777 | @code{file-ownership-preserved-p}, | 2780 | @code{file-ownership-preserved-p}, |
| 2778 | @code{file-readable-p}, @code{file-regular-p}, @code{file-in-directory-p}, | 2781 | @code{file-readable-p}, @code{file-regular-p}, |
| 2782 | @code{file-selinux-context}, | ||
| 2779 | @code{file-symlink-p}, @code{file-truename}, @code{file-writable-p}, | 2783 | @code{file-symlink-p}, @code{file-truename}, @code{file-writable-p}, |
| 2780 | @code{file-equal-p}, @code{find-backup-file-name}, | 2784 | @code{find-backup-file-name}, |
| 2781 | @c Not sure why it was here: @code{find-file-noselect},@* | 2785 | @c Not sure why it was here: @code{find-file-noselect},@* |
| 2782 | @code{get-file-buffer}, | 2786 | @code{get-file-buffer}, |
| 2783 | @code{insert-directory}, | 2787 | @code{insert-directory}, |
| @@ -2788,7 +2792,8 @@ first, before handlers for jobs such as remote file access. | |||
| 2788 | @code{make-directory-internal}, | 2792 | @code{make-directory-internal}, |
| 2789 | @code{make-symbolic-link},@* | 2793 | @code{make-symbolic-link},@* |
| 2790 | @code{process-file}, | 2794 | @code{process-file}, |
| 2791 | @code{rename-file}, @code{set-file-modes}, @code{set-file-times}, | 2795 | @code{rename-file}, @code{set-file-acl}, @code{set-file-modes}, |
| 2796 | @code{set-file-selinux-context}, @code{set-file-times}, | ||
| 2792 | @code{set-visited-file-modtime}, @code{shell-command}, | 2797 | @code{set-visited-file-modtime}, @code{shell-command}, |
| 2793 | @code{start-file-process}, | 2798 | @code{start-file-process}, |
| 2794 | @code{substitute-in-file-name},@* | 2799 | @code{substitute-in-file-name},@* |
| @@ -2811,9 +2816,12 @@ first, before handlers for jobs such as remote file access. | |||
| 2811 | @code{dired-compress-file}, @code{dired-uncache}, | 2816 | @code{dired-compress-file}, @code{dired-uncache}, |
| 2812 | @code{expand-file-name}, | 2817 | @code{expand-file-name}, |
| 2813 | @code{file-accessible-direc@discretionary{}{}{}tory-p}, | 2818 | @code{file-accessible-direc@discretionary{}{}{}tory-p}, |
| 2819 | @code{file-acl}, | ||
| 2814 | @code{file-attributes}, | 2820 | @code{file-attributes}, |
| 2815 | @code{file-direct@discretionary{}{}{}ory-p}, | 2821 | @code{file-direct@discretionary{}{}{}ory-p}, |
| 2822 | @code{file-equal-p}, | ||
| 2816 | @code{file-executable-p}, @code{file-exists-p}, | 2823 | @code{file-executable-p}, @code{file-exists-p}, |
| 2824 | @code{file-in-directory-p}, | ||
| 2817 | @code{file-local-copy}, @code{file-remote-p}, | 2825 | @code{file-local-copy}, @code{file-remote-p}, |
| 2818 | @code{file-modes}, @code{file-name-all-completions}, | 2826 | @code{file-modes}, @code{file-name-all-completions}, |
| 2819 | @code{file-name-as-directory}, | 2827 | @code{file-name-as-directory}, |
| @@ -2822,18 +2830,22 @@ first, before handlers for jobs such as remote file access. | |||
| 2822 | @code{file-name-nondirec@discretionary{}{}{}tory}, | 2830 | @code{file-name-nondirec@discretionary{}{}{}tory}, |
| 2823 | @code{file-name-sans-versions}, @code{file-newer-than-file-p}, | 2831 | @code{file-name-sans-versions}, @code{file-newer-than-file-p}, |
| 2824 | @code{file-ownership-pre@discretionary{}{}{}served-p}, | 2832 | @code{file-ownership-pre@discretionary{}{}{}served-p}, |
| 2825 | @code{file-readable-p}, @code{file-regular-p}, @code{file-symlink-p}, | 2833 | @code{file-readable-p}, @code{file-regular-p}, |
| 2826 | @code{file-truename}, @code{file-writable-p}, | 2834 | @code{file-selinux-context}, |
| 2835 | @code{file-symlink-p}, @code{file-truename}, @code{file-writable-p}, | ||
| 2827 | @code{find-backup-file-name}, | 2836 | @code{find-backup-file-name}, |
| 2828 | @c Not sure why it was here: @code{find-file-noselect}, | 2837 | @c Not sure why it was here: @code{find-file-noselect}, |
| 2829 | @code{get-file-buffer}, | 2838 | @code{get-file-buffer}, |
| 2830 | @code{insert-directory}, | 2839 | @code{insert-directory}, |
| 2831 | @code{insert-file-contents}, | 2840 | @code{insert-file-contents}, |
| 2832 | @code{load}, @code{make-direc@discretionary{}{}{}tory}, | 2841 | @code{load}, |
| 2842 | @code{make-auto-save-file-name}, | ||
| 2843 | @code{make-direc@discretionary{}{}{}tory}, | ||
| 2833 | @code{make-direc@discretionary{}{}{}tory-internal}, | 2844 | @code{make-direc@discretionary{}{}{}tory-internal}, |
| 2834 | @code{make-symbolic-link}, | 2845 | @code{make-symbolic-link}, |
| 2835 | @code{process-file}, | 2846 | @code{process-file}, |
| 2836 | @code{rename-file}, @code{set-file-modes}, | 2847 | @code{rename-file}, @code{set-file-acl}, @code{set-file-modes}, |
| 2848 | @code{set-file-selinux-context}, @code{set-file-times}, | ||
| 2837 | @code{set-visited-file-modtime}, @code{shell-command}, | 2849 | @code{set-visited-file-modtime}, @code{shell-command}, |
| 2838 | @code{start-file-process}, | 2850 | @code{start-file-process}, |
| 2839 | @code{substitute-in-file-name}, | 2851 | @code{substitute-in-file-name}, |