]> git.eshelyaron.com Git - emacs.git/commitdiff
(next-error-highlight, next-error-highlight-no-select):
authorKim F. Storm <storm@cua.dk>
Mon, 11 Sep 2006 22:33:46 +0000 (22:33 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 11 Sep 2006 22:33:46 +0000 (22:33 +0000)
Fix spelling error.

lisp/simple.el

index 6533255357f95b876d067b3b638978a9652b4781..c0f9d61636167ce976cc5b4d9bc9f8eac5b54d31 100644 (file)
@@ -135,7 +135,7 @@ If t, highlight the locus indefinitely until some other locus replaces it.
 If nil, don't highlight the locus in the source buffer.
 If `fringe-arrow', indicate the locus by the fringe arrow."
   :type '(choice (number :tag "Highlight for specified time")
-                 (const :tag "Semipermantent highlighting" t)
+                 (const :tag "Semipermanent highlighting" t)
                  (const :tag "No highlighting" nil)
                  (const :tag "Fringe arrow" fringe-arrow))
   :group 'next-error
@@ -148,7 +148,7 @@ If t, highlight the locus indefinitely until some other locus replaces it.
 If nil, don't highlight the locus in the source buffer.
 If `fringe-arrow', indicate the locus by the fringe arrow."
   :type '(choice (number :tag "Highlight for specified time")
-                 (const :tag "Semipermantent highlighting" t)
+                 (const :tag "Semipermanent highlighting" t)
                  (const :tag "No highlighting" nil)
                  (const :tag "Fringe arrow" fringe-arrow))
   :group 'next-error