aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index fb40e549710..26853a83c25 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -5972,7 +5972,10 @@ nil means use format `var'. This variable is meaningful only on VMS.");
5972The value should be either ?/ or ?\\ (any other value is treated as ?\\).\n\ 5972The value should be either ?/ or ?\\ (any other value is treated as ?\\).\n\
5973This variable affects the built-in functions only on Windows,\n\ 5973This variable affects the built-in functions only on Windows,\n\
5974on other platforms, it is initialized so that Lisp code can find out\n\ 5974on other platforms, it is initialized so that Lisp code can find out\n\
5975what the normal separator is."); 5975what the normal separator is.\n\
5976\n\
5977WARNING: This variable is deprecated and will be removed in the near\n\
5978future. DO NOT USE IT.");
5976 5979
5977 DEFVAR_LISP ("file-name-handler-alist", &Vfile_name_handler_alist, 5980 DEFVAR_LISP ("file-name-handler-alist", &Vfile_name_handler_alist,
5978 "*Alist of elements (REGEXP . HANDLER) for file names handled specially.\n\ 5981 "*Alist of elements (REGEXP . HANDLER) for file names handled specially.\n\