comparison lisp/custom.el @ 48238:b6f8e90bc592

Fix typos in Commentary section.
author Markus Rost <rost@math.uni-bielefeld.de>
date Sun, 10 Nov 2002 04:20:06 +0000
parents 46f8bf0fc7b4
children 8555178ad8a0
comparison
equal deleted inserted replaced
48237:ee293d310f44 48238:b6f8e90bc592
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24 ;; Boston, MA 02111-1307, USA. 24 ;; Boston, MA 02111-1307, USA.
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 ;; 27 ;;
28 ;; This file only contain the code needed to declare and initialize 28 ;; This file only contains the code needed to declare and initialize
29 ;; user options. The code to customize options is autoloaded from 29 ;; user options. The code to customize options is autoloaded from
30 ;; `cus-edit.el' and is documented in the Emacs Lisp Reference manual. 30 ;; `cus-edit.el' and is documented in the Emacs Lisp Reference manual.
31 31
32 ;; The code implementing face declarations is in `cus-face.el' 32 ;; The code implementing face declarations is in `cus-face.el'.
33 33
34 ;;; Code: 34 ;;; Code:
35 35
36 (require 'widget) 36 (require 'widget)
37 37