diff options
| author | Richard M. Stallman | 1994-04-28 22:27:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-28 22:27:06 +0000 |
| commit | e3e86241c2ee012e9d8987be678902a484913616 (patch) | |
| tree | df58d2f16581e07047e64aaef0bfa4a90b2c677c | |
| parent | 30a91516b8a8f3ff8b025cca5a45d341a3f4d1a2 (diff) | |
| download | emacs-e3e86241c2ee012e9d8987be678902a484913616.tar.gz emacs-e3e86241c2ee012e9d8987be678902a484913616.zip | |
(inhibit-file-name-handers): Correct documentation.
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 262cd387b11..36e8ba0f41b 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -4000,7 +4000,7 @@ lists are merged destructively."); | |||
| 4000 | 4000 | ||
| 4001 | DEFVAR_LISP ("inhibit-file-name-handlers", &Vinhibit_file_name_handlers, | 4001 | DEFVAR_LISP ("inhibit-file-name-handlers", &Vinhibit_file_name_handlers, |
| 4002 | "A list of file names for which handlers should not be used.\n\ | 4002 | "A list of file names for which handlers should not be used.\n\ |
| 4003 | This applies only to the operation `inhibit-file-name-handlers'."); | 4003 | This applies only to the operation `inhibit-file-name-operation'."); |
| 4004 | Vinhibit_file_name_handlers = Qnil; | 4004 | Vinhibit_file_name_handlers = Qnil; |
| 4005 | 4005 | ||
| 4006 | DEFVAR_LISP ("inhibit-file-name-operation", &Vinhibit_file_name_operation, | 4006 | DEFVAR_LISP ("inhibit-file-name-operation", &Vinhibit_file_name_operation, |