From e3e86241c2ee012e9d8987be678902a484913616 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 28 Apr 1994 22:27:06 +0000 Subject: [PATCH] (inhibit-file-name-handers): Correct documentation. --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fileio.c b/src/fileio.c index 262cd387b1..36e8ba0f41 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -4000,7 +4000,7 @@ lists are merged destructively."); DEFVAR_LISP ("inhibit-file-name-handlers", &Vinhibit_file_name_handlers, "A list of file names for which handlers should not be used.\n\ -This applies only to the operation `inhibit-file-name-handlers'."); +This applies only to the operation `inhibit-file-name-operation'."); Vinhibit_file_name_handlers = Qnil; DEFVAR_LISP ("inhibit-file-name-operation", &Vinhibit_file_name_operation, -- 2.20.1