]> code.delx.au - gnu-emacs/commitdiff
* todo-mode.texi (Levels of Organization): Comment out statement
authorStephen Berman <stephen.berman@gmx.net>
Fri, 4 Jul 2014 19:09:29 +0000 (21:09 +0200)
committerStephen Berman <stephen.berman@gmx.net>
Fri, 4 Jul 2014 19:09:29 +0000 (21:09 +0200)
that Emacs recognizes todo files by their extension, since this
feature has been removed due to bug#17482.

doc/misc/ChangeLog
doc/misc/todo-mode.texi

index 8547299aafc459e107d61597606d91b7aa3248db..84dea26ca323663abad31600a7ace74e47fabf00 100644 (file)
@@ -1,3 +1,9 @@
+2014-07-04  Stephen Berman  <stephen.berman@gmx.net>
+
+       * todo-mode.texi (Levels of Organization): Comment out statement
+       that Emacs recognizes todo files by their extension, since this
+       feature has been removed due to bug#17482.
+
 2014-06-29  Glenn Morris  <rgm@gnu.org>
 
        * info.texi, mh-e.texi: "Online help" doesn't mean what it
index e63bc2c64a2003ef4f8a60b1c374697e594816da..092137268f7eb553c2b68f7f557311c3d24aa15e 100644 (file)
@@ -158,11 +158,10 @@ you want.
 All todo files reside in a single directory, whose location is specified
 by the user option @code{todo-directory}.  This directory may also
 contain other types of Todo files, which are discussed later
-(@pxref{Todo Archive Mode} and @ref{Todo Filtered Items Mode}).  Emacs
-recognizes Todo files by their extension, so when you visit the files
-the buffer is in the appropriate mode and the current category is
-correctly displayed.
-
+(@pxref{Todo Archive Mode} and @ref{Todo Filtered Items Mode}).  
+@c Emacs recognizes Todo files by their extension, so when you visit
+@c the files the buffer is in the appropriate mode and the current
+@c category is correctly displayed.
 When you use a Todo mode command to create a todo file, the extension
 @samp{.todo} is automatically added to the base name you choose (as a
 rule, this name is also used for the other types of Todo files, which