]> git.eshelyaron.com Git - emacs.git/commitdiff
(inhibit-file-name-handers): Correct documentation.
authorRichard M. Stallman <rms@gnu.org>
Thu, 28 Apr 1994 22:27:06 +0000 (22:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 28 Apr 1994 22:27:06 +0000 (22:27 +0000)
src/fileio.c

index 262cd387b11c12e169196973e2f2e521bd6c9d17..36e8ba0f41bbf8b35a73a1494568afa16ee05412 100644 (file)
@@ -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,