bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#3572: marked as done (23.0.94; Typo in docstring of (defun dir-local


From: Emacs bug Tracking System
Subject: bug#3572: marked as done (23.0.94; Typo in docstring of (defun dir-locals-set-directory-class ...))
Date: Wed, 17 Jun 2009 03:00:04 +0000

Your message dated Tue, 16 Jun 2009 22:55:00 -0400
with message-id <5ufxdzpo1n.fsf@fencepost.gnu.org>
and subject line Re: bug#3572: 23.0.94; Typo in docstring of (defun 
dir-locals-set-directory-class ...)
has caused the Emacs bug report #3572,
regarding 23.0.94; Typo in docstring of (defun dir-locals-set-directory-class 
...)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3572: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3572
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: 23.0.94; Typo in docstring of (defun dir-locals-set-directory-class ...) Date: Mon, 15 Jun 2009 19:03:44 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux)
In command dir-locals-set-directory-class there's a repetition in the
doc string: "this this". See the attached patch.

diff --git i/lisp/files.el w/lisp/files.el
index 4e81b6a..921724d 100644
--- i/lisp/files.el
+++ w/lisp/files.el
@@ -3243,13 +3243,13 @@ Return the new variables list."
 
 (defun dir-locals-set-directory-class (directory class mtime)
   "Declare that the DIRECTORY root is an instance of CLASS.
 DIRECTORY is the name of a directory, a string.
 CLASS is the name of a project class, a symbol.
 MTIME is either the modification time of the directory-local
-variables file that defined this this class, or nil.
+variables file that defined this class, or nil.
 
 When a file beneath DIRECTORY is visited, the mode-specific
 variables from CLASS are applied to the buffer.  The variables
 for a class are defined using `dir-locals-set-class-variables'."
   (setq directory (file-name-as-directory (expand-file-name directory)))
   (unless (assq class dir-locals-class-alist)

--- End Message ---
--- Begin Message --- Subject: Re: bug#3572: 23.0.94; Typo in docstring of (defun dir-locals-set-directory-class ...) Date: Tue, 16 Jun 2009 22:55:00 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Thanks.

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]