From 6cc803deeaf8d42a39d1a6282d2585377e79c8a7 Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Wed, 11 Jan 2006 20:15:38 +0000 Subject: [PATCH] (generated-custom-dependencies-file): Fix typo and phrasing in docstring. --- lisp/ChangeLog | 3 +++ lisp/cus-dep.el | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c071922fb16..946f69c9f67 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2006-01-11 Bill Wohler + * cus-dep.el (generated-custom-dependencies-file): Fix typo and + phrasing in docstring. + * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes can give some systems gas. Add new file mh-buffers.el. diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index 1b13a12698f..b9b1a6040c9 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el @@ -1,6 +1,7 @@ ;;; cus-dep.el --- find customization dependencies ;; -;; Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1997, 2002, 2003, 2004, 2005, +;; 2006 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen ;; Keywords: internal @@ -31,7 +32,7 @@ (require 'cus-face) (defvar generated-custom-dependencies-file "cus-load.el" - "File \\[cusom-make-dependencies] puts custom dependencies into.") + "Output file for \\[custom-make-dependencies].") (defun custom-make-dependencies () "Batch function to extract custom dependencies from .el files. -- 2.39.2