]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos in Commentary section.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 10 Nov 2002 04:20:06 +0000 (04:20 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 10 Nov 2002 04:20:06 +0000 (04:20 +0000)
lisp/custom.el

index 2632d8a6ac3793f060352913edec657696a055c1..0d0728d5462ca9a7169e616bb1c4df13f86edb14 100644 (file)
 
 ;;; 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: