emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/custom.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/man/custom.texi
Date: Tue, 04 Jan 2005 11:12:10 -0500

Index: emacs/man/custom.texi
diff -c emacs/man/custom.texi:1.74 emacs/man/custom.texi:1.75
*** emacs/man/custom.texi:1.74  Tue Jan  4 00:08:12 2005
--- emacs/man/custom.texi       Tue Jan  4 15:59:57 2005
***************
*** 487,493 ****
    The customization buffer normally saves customizations in
  @file{~/.emacs}.  If you wish, you can save customizations in another
  file instead.  To make this work, your @file{~/.emacs} should set
! @code{custom-file} to the name of that file and load it.  For example:
  
  @example
  (setq custom-file "~/.emacs-custom.el")
--- 487,494 ----
    The customization buffer normally saves customizations in
  @file{~/.emacs}.  If you wish, you can save customizations in another
  file instead.  To make this work, your @file{~/.emacs} should set
! @code{custom-file} to the name of that file.  Then you should load the
! file by calling @code{load}.  For example:
  
  @example
  (setq custom-file "~/.emacs-custom.el")




reply via email to

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