diff options
| author | Michael Albinus | 2016-12-03 19:54:24 +0100 |
|---|---|---|
| committer | Michael Albinus | 2016-12-03 19:54:24 +0100 |
| commit | e72b24fb4a7d8e6b70f7678e1bb6f28fd703ab3c (patch) | |
| tree | 70ced27966b22dba431ab0316c72075e1f1c0d65 | |
| parent | ac83325b1d302a96cac096c527ef096ce168b20c (diff) | |
| download | emacs-e72b24fb4a7d8e6b70f7678e1bb6f28fd703ab3c.tar.gz emacs-e72b24fb4a7d8e6b70f7678e1bb6f28fd703ab3c.zip | |
Mention `file-name-case-insensitive-p' as magic file name
* doc/lispref/files.texi (Magic File Names):
Mention `file-name-case-insensitive-p'.
* doc/lispref/variables.texi (Connection Local Variables):
Fix typo.
| -rw-r--r-- | doc/lispref/files.texi | 6 | ||||
| -rw-r--r-- | doc/lispref/variables.texi | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index d9e366be1ba..b13df9f2963 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -2995,6 +2995,7 @@ first, before handlers for jobs such as remote file access. | |||
| 2995 | @code{file-local-copy}, | 2995 | @code{file-local-copy}, |
| 2996 | @code{file-modes}, @code{file-name-all-completions}, | 2996 | @code{file-modes}, @code{file-name-all-completions}, |
| 2997 | @code{file-name-as-directory}, | 2997 | @code{file-name-as-directory}, |
| 2998 | @code{file-name-case-insensitive-p}, | ||
| 2998 | @code{file-name-completion}, | 2999 | @code{file-name-completion}, |
| 2999 | @code{file-name-directory}, | 3000 | @code{file-name-directory}, |
| 3000 | @code{file-name-nondirectory}, | 3001 | @code{file-name-nondirectory}, |
| @@ -3005,8 +3006,7 @@ first, before handlers for jobs such as remote file access. | |||
| 3005 | @code{file-readable-p}, @code{file-regular-p}, | 3006 | @code{file-readable-p}, @code{file-regular-p}, |
| 3006 | @code{file-remote-p}, @code{file-selinux-context}, | 3007 | @code{file-remote-p}, @code{file-selinux-context}, |
| 3007 | @code{file-symlink-p}, @code{file-truename}, @code{file-writable-p}, | 3008 | @code{file-symlink-p}, @code{file-truename}, @code{file-writable-p}, |
| 3008 | @code{find-backup-file-name}, | 3009 | @code{find-backup-file-name},@* |
| 3009 | @c Not sure why it was here: @code{find-file-noselect},@* | ||
| 3010 | @code{get-file-buffer}, | 3010 | @code{get-file-buffer}, |
| 3011 | @code{insert-directory}, | 3011 | @code{insert-directory}, |
| 3012 | @code{insert-file-contents},@* | 3012 | @code{insert-file-contents},@* |
| @@ -3051,6 +3051,7 @@ first, before handlers for jobs such as remote file access. | |||
| 3051 | @code{file-local-copy}, | 3051 | @code{file-local-copy}, |
| 3052 | @code{file-modes}, @code{file-name-all-completions}, | 3052 | @code{file-modes}, @code{file-name-all-completions}, |
| 3053 | @code{file-name-as-directory}, | 3053 | @code{file-name-as-directory}, |
| 3054 | @code{file-name-case-insensitive-p}, | ||
| 3054 | @code{file-name-completion}, | 3055 | @code{file-name-completion}, |
| 3055 | @code{file-name-directory}, | 3056 | @code{file-name-directory}, |
| 3056 | @code{file-name-nondirec@discretionary{}{}{}tory}, | 3057 | @code{file-name-nondirec@discretionary{}{}{}tory}, |
| @@ -3062,7 +3063,6 @@ first, before handlers for jobs such as remote file access. | |||
| 3062 | @code{file-remote-p}, @code{file-selinux-context}, | 3063 | @code{file-remote-p}, @code{file-selinux-context}, |
| 3063 | @code{file-symlink-p}, @code{file-truename}, @code{file-writable-p}, | 3064 | @code{file-symlink-p}, @code{file-truename}, @code{file-writable-p}, |
| 3064 | @code{find-backup-file-name}, | 3065 | @code{find-backup-file-name}, |
| 3065 | @c Not sure why it was here: @code{find-file-noselect}, | ||
| 3066 | @code{get-file-buffer}, | 3066 | @code{get-file-buffer}, |
| 3067 | @code{insert-directory}, | 3067 | @code{insert-directory}, |
| 3068 | @code{insert-file-contents}, | 3068 | @code{insert-file-contents}, |
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index d777e4da509..40738e61f6b 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -1965,7 +1965,7 @@ settings to all process buffers for those connections. The list in | |||
| 1965 | @group | 1965 | @group |
| 1966 | (connection-local-set-class-variables | 1966 | (connection-local-set-class-variables |
| 1967 | 'remote-null-device | 1967 | 'remote-null-device |
| 1968 | '((null-device "/dev/null"))) | 1968 | '((null-device . "/dev/null"))) |
| 1969 | @end group | 1969 | @end group |
| 1970 | @end example | 1970 | @end example |
| 1971 | @end defun | 1971 | @end defun |