aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-11-10 04:20:06 +0000
committerMarkus Rost2002-11-10 04:20:06 +0000
commite6bb31f3573131f42baf84c95f7e8e0885a825cf (patch)
tree15084f3bd4f3ee9d71ab477a2bc82208f3fcae8a
parentb7305e019634ab8ea664f018f761a3c2d11d4dd3 (diff)
downloademacs-e6bb31f3573131f42baf84c95f7e8e0885a825cf.tar.gz
emacs-e6bb31f3573131f42baf84c95f7e8e0885a825cf.zip
Fix typos in Commentary section.
-rw-r--r--lisp/custom.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index 2632d8a6ac3..0d0728d5462 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -25,11 +25,11 @@
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