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

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

Docstring typo in autoinsert.el


From: Magnus Henoch
Subject: Docstring typo in autoinsert.el
Date: Thu, 05 Oct 2006 00:47:23 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (berkeley-unix)

"maybe" should be "may be".

--- orig/lisp/autoinsert.el
+++ mod/lisp/autoinsert.el
@@ -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]