comparison lisp/files.el @ 1745:d91e7fd568fd

[xemacs-hg @ 2003-10-14 16:10:05 by stephent] docstring improvement <87d6czajmr.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 14 Oct 2003 16:10:06 +0000
parents eeb607577f17
children 488b2f76d852
comparison
equal deleted inserted replaced
1744:e4f996d69637 1745:d91e7fd568fd
856 See `insert-file-contents' for more details about how the process of 856 See `insert-file-contents' for more details about how the process of
857 determining the coding system works. 857 determining the coding system works.
858 858
859 Interactively, or if WILDCARDS is non-nil in a call from Lisp, 859 Interactively, or if WILDCARDS is non-nil in a call from Lisp,
860 expand wildcards (if any) and visit multiple files. Wildcard expansion 860 expand wildcards (if any) and visit multiple files. Wildcard expansion
861 can be suppressed by setting `find-file-wildcards'." 861 can be suppressed by setting `find-file-wildcards' to `nil'."
862 (interactive (list (read-file-name "Find file: ") 862 (interactive (list (read-file-name "Find file: ")
863 (and current-prefix-arg 863 (and current-prefix-arg
864 (read-coding-system "Coding system: ")) 864 (read-coding-system "Coding system: "))
865 t)) 865 t))
866 (if codesys 866 (if codesys