emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/loading.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/loading.texi
Date: Fri, 26 Sep 2003 05:59:19 -0400

Index: emacs/lispref/loading.texi
diff -c emacs/lispref/loading.texi:1.41 emacs/lispref/loading.texi:1.42
*** emacs/lispref/loading.texi:1.41     Mon Sep  1 11:45:41 2003
--- emacs/lispref/loading.texi  Fri Sep 26 05:59:19 2003
***************
*** 148,156 ****
  Normally, the variable's value is @code{nil}, which means those
  functions should use @code{read}.
  
! @strong{Note:} Instead of using this variable, it is cleaner to use
! another, newer feature: to pass the function as the @var{read-function}
! argument to @code{eval-region}.  @xref{Eval}.
  @end defvar
  
    For information about how @code{load} is used in building Emacs, see
--- 148,156 ----
  Normally, the variable's value is @code{nil}, which means those
  functions should use @code{read}.
  
! Instead of using this variable, it is cleaner to use another, newer
! feature: to pass the function as the @var{read-function} argument to
! @code{eval-region}.  @xref{Eval}.
  @end defvar
  
    For information about how @code{load} is used in building Emacs, see




reply via email to

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