GNU bug report logs - #3572
23.0.94; Typo in docstring of (defun dir-locals-set-directory-class ...)

Previous Next

Package: emacs;

Reported by: Teemu Likonen <tlikonen <at> iki.fi>

Date: Mon, 15 Jun 2009 16:10:05 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 3572 in the body.
You can then email your comments to 3572 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3572; Package emacs. (Mon, 15 Jun 2009 16:10:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Teemu Likonen <tlikonen <at> iki.fi>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Mon, 15 Jun 2009 16:10:05 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Teemu Likonen <tlikonen <at> iki.fi>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.0.94; Typo in docstring of (defun dir-locals-set-directory-class ...)
Date: Mon, 15 Jun 2009 19:03:44 +0300
[Message part 1 (text/plain, inline)]
In command dir-locals-set-directory-class there's a repetition in the
doc string: "this this". See the attached patch.

[dir-locals-set-directory-class.patch (text/x-diff, inline)]
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)

Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Wed, 17 Jun 2009 03:00:04 GMT) Full text and rfc822 format available.

Notification sent to Teemu Likonen <tlikonen <at> iki.fi>:
bug acknowledged by developer. (Wed, 17 Jun 2009 03:00:05 GMT) Full text and rfc822 format available.

Message #10 received at 3572-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 3572-done <at> debbugs.gnu.org
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
Thanks.



bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Wed, 15 Jul 2009 14:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 16 years and 35 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.