From: Richard M. Stallman Date: Thu, 28 Apr 1994 22:27:06 +0000 (+0000) Subject: (inhibit-file-name-handers): Correct documentation. X-Git-Tag: emacs-19.34~8671 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e3e86241c2ee012e9d8987be678902a484913616;p=emacs.git (inhibit-file-name-handers): Correct documentation. --- 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."); 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,