emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/autoinsert.el,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/autoinsert.el,v
Date: Sat, 07 Oct 2006 11:02:15 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/10/07 11:02:14

Index: autoinsert.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/autoinsert.el,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- autoinsert.el       6 Feb 2006 14:33:32 -0000       1.44
+++ autoinsert.el       7 Oct 2006 11:02:14 -0000       1.45
@@ -215,7 +215,7 @@
 ;;; " (file-name-nondirectory (buffer-file-name)) " ends here\n"))
   "A list specifying text to insert by default into a new file.
 Elements look like (CONDITION . ACTION) or ((CONDITION . DESCRIPTION) . 
ACTION).
-CONDITION maybe a regexp that must match the new file's name, or it may be
+CONDITION may be a regexp that must match the new file's name, or it may be
 a symbol that must match the major mode for this element to apply.
 Only the first matching element is effective.
 Optional DESCRIPTION is a string for filling `auto-insert-prompt'.




reply via email to

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