comparison lispref/loading.texi @ 27374:0f5edee5242b

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 20 Jan 2000 18:18:58 +0000
parents 5cfe77eaff45
children cb9db16dba12
comparison
equal deleted inserted replaced
27373:a6d5729aef1d 27374:0f5edee5242b
285 interactively, the argument @var{interactive-call} is @code{t}, and this 285 interactively, the argument @var{interactive-call} is @code{t}, and this
286 tells @code{locate-library} to display the file name in the echo area. 286 tells @code{locate-library} to display the file name in the echo area.
287 @end deffn 287 @end deffn
288 288
289 @node Loading Non-ASCII 289 @node Loading Non-ASCII
290 @section Loading Non-ASCII Characters 290 @section Loading Non-@sc{ascii} Characters
291 291
292 When Emacs Lisp programs contain string constants with non-@sc{ascii} 292 When Emacs Lisp programs contain string constants with non-@sc{ascii}
293 characters, these can be represented within Emacs either as unibyte 293 characters, these can be represented within Emacs either as unibyte
294 strings or as multibyte strings (@pxref{Text Representations}). Which 294 strings or as multibyte strings (@pxref{Text Representations}). Which
295 representation is used depends on how the file is read into Emacs. If 295 representation is used depends on how the file is read into Emacs. If