diff src/fileio.c @ 7182:f0ecad45bb35

(inhibit-file-name-handers): Correct documentation.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 Apr 1994 22:27:06 +0000
parents b3e9a76134d2
children c9942f71e2e9
line wrap: on
line diff
--- a/src/fileio.c	Thu Apr 28 22:24:41 1994 +0000
+++ b/src/fileio.c	Thu Apr 28 22:27:06 1994 +0000
@@ -4000,7 +4000,7 @@
 
   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,