Mercurial > emacs
changeset 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 | ee293d310f44 |
children | e62f3275cb5e |
files | lisp/custom.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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: