emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fileio.c


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c
Date: Thu, 29 Nov 2001 01:54:35 -0500

Index: emacs/src/fileio.c
diff -u emacs/src/fileio.c:1.430 emacs/src/fileio.c:1.431
--- emacs/src/fileio.c:1.430    Wed Nov 28 19:52:55 2001
+++ emacs/src/fileio.c  Thu Nov 29 01:54:34 2001
@@ -6111,17 +6111,17 @@
 
   DEFVAR_LISP ("file-name-coding-system", &Vfile_name_coding_system,
               doc: /* *Coding system for encoding file names.
-If it is nil, default-file-name-coding-system (which see) is used.  */);
+If it is nil, `default-file-name-coding-system' (which see) is used.  */);
   Vfile_name_coding_system = Qnil;
 
   DEFVAR_LISP ("default-file-name-coding-system",
               &Vdefault_file_name_coding_system,
               doc: /* Default coding system for encoding file names.
-This variable is used only when file-name-coding-system is nil.
+This variable is used only when `file-name-coding-system' is nil.
 
-This variable is set/changed by the command set-language-environment.
+This variable is set/changed by the command `set-language-environment'.
 User should not set this variable manually,
-instead use file-name-coding-system to get a constant encoding
+instead use `file-name-coding-system' to get a constant encoding
 of file names regardless of the current language environment.  */);
   Vdefault_file_name_coding_system = Qnil;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]