# HG changeset patch # User Markus Rost # Date 1036902006 0 # Node ID b6f8e90bc592fb64b344f997ede3515ab51d3811 # Parent ee293d310f447f255156c2d1ab1b65dd2da020fd Fix typos in Commentary section. diff -r ee293d310f44 -r b6f8e90bc592 lisp/custom.el --- a/lisp/custom.el Sat Nov 09 22:25:39 2002 +0000 +++ b/lisp/custom.el Sun Nov 10 04:20:06 2002 +0000 @@ -25,11 +25,11 @@ ;;; Commentary: ;; -;; This file only contain the code needed to declare and initialize +;; This file only contains the code needed to declare and initialize ;; user options. The code to customize options is autoloaded from ;; `cus-edit.el' and is documented in the Emacs Lisp Reference manual. -;; The code implementing face declarations is in `cus-face.el' +;; The code implementing face declarations is in `cus-face.el'. ;;; Code: